mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Allow syntax cpl a
This commit is contained in:
@@ -1874,6 +1874,9 @@ z80_cpl:
|
||||
Z80_CPL {
|
||||
sect_ConstByte(0x2F);
|
||||
}
|
||||
| Z80_CPL MODE_A {
|
||||
sect_ConstByte(0x2F);
|
||||
}
|
||||
;
|
||||
|
||||
z80_daa:
|
||||
|
||||
Reference in New Issue
Block a user