Commit graph

4 commits

Author SHA1 Message Date
kolen
a65ea77725 Fix 'ed' opcode range resulted in overflow
Should be:
40 41 .. 4a 4b
   maps to
00 01 .. 0a 0b

Was:
3a 3b 3c 3d 3e 3f 40 41 .. 4a 4b
            maps to
fa fb fc fd fe ff 00 01 .. 0a 0b
2016-04-21 15:33:26 +02:00
pancake
eb99ec8580 Fix android build 2016-04-07 16:20:29 +02:00
condret
06576f0f2a fix array-overrun in z80.cr 2015-04-01 01:27:00 +02:00
pancake
538dc3562b Rename z80-cr to z80.cr (_cr for files) #consistency 2015-03-24 11:41:58 +01:00