mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
comment/eof fixes (nw)
This commit is contained in:
parent
3d18cb2faa
commit
8d981bdc81
@ -29,7 +29,7 @@
|
||||
|
||||
TODO:
|
||||
- finish SM500 emulation (gen.1 Game & Watch)
|
||||
- add SM590/SM595 emulation (NES/SNES CIC)
|
||||
- finish SM590/SM595 emulation (NES/SNES CIC)
|
||||
- proper support for LFSR program counter in debugger
|
||||
- callback for lcd screen as MAME bitmap (when needed)
|
||||
- LCD bs pin blink mode via Y register (0.5s off, 0.5s on)
|
||||
|
@ -413,4 +413,4 @@ static const u8 sm590_mnemonic[0x100] =
|
||||
CPU_DISASSEMBLE(sm590)
|
||||
{
|
||||
return sm510_common_disasm(sm590_mnemonic, nullptr, stream, pc, oprom, opram, 7);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user