diff options
author | 2014-09-24 22:30:31 +0000 | |
---|---|---|
committer | 2014-09-24 22:30:31 +0000 | |
commit | c4c33fbea58c6f16609f26b9d0c4434f1776557b (patch) | |
tree | 568bb892ac9a036e7d3ec84931bf2861b5f2569b /src/mess/drivers/amust.c | |
parent | bedd3cb83b14d6313ee3f383d7de28be8af7bcf5 (diff) |
(MESS) amust: added newly-dumped keyboard rom [ejwords, MSPP]
Diffstat (limited to 'src/mess/drivers/amust.c')
-rw-r--r-- | src/mess/drivers/amust.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mess/drivers/amust.c b/src/mess/drivers/amust.c index 7df7a17ac73..5a7bec0f757 100644 --- a/src/mess/drivers/amust.c +++ b/src/mess/drivers/amust.c @@ -74,6 +74,7 @@ B = Boot from floppy ToDo: - Everything - Need software +- Keyboard controller needs to be emulated - If booting straight to CP/M, the load message should be in the middle of the screen. @@ -452,7 +453,7 @@ ROM_START( amust ) ROM_LOAD( "cg4.rom", 0x000, 0x800, CRC(52e7b9d8) SHA1(cc6d457634eb688ccef471f72bddf0424e64b045) ) ROM_REGION( 0x800, "keyboard", 0 ) - ROM_LOAD( "kbd_3.rom", 0x000, 0x800, NO_DUMP ) + ROM_LOAD( "kbd_3.rom", 0x000, 0x800, CRC(d9441b35) SHA1(ce250ab1e892a13fd75182703f259855388c6bf4) ) ROM_REGION( 0x800, "videoram", ROMREGION_ERASE00 ) ROM_END |