comment/eof fixes (nw)

This commit is contained in:
Lord-Nightmare 2017-05-09 14:32:33 -04:00
parent 3d18cb2faa
commit 8d981bdc81
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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);
}
}