diff gen_x86.h @ 594:086de8692932

Add in missing generated Z80 helper functions. Fix a small bug in Z80_HALT. Fix generation of save and load context for Z80
author Michael Pavone <pavone@retrodev.com>
date Fri, 26 Dec 2014 12:34:41 -0800
parents 5ef3fe516da9
children 98927f1b005b
line wrap: on
line diff
--- a/gen_x86.h	Mon Dec 22 20:55:10 2014 -0800
+++ b/gen_x86.h	Fri Dec 26 12:34:41 2014 -0800
@@ -38,6 +38,7 @@
 	CC_C,
 	CC_B = CC_C,
 	CC_NC,
+	CC_NB = CC_NC,
 	CC_Z,
 	CC_NZ,
 	CC_BE,