Previous 199869 Revisions Next

r32366 Wednesday 24th September, 2014 at 22:30:31 UTC by Robbbert
(MESS) amust: added newly-dumped keyboard rom [ejwords, MSPP]
[src/mess/drivers]amust.c

trunk/src/mess/drivers/amust.c
r32365r32366
7474ToDo:
7575- Everything
7676- Need software
77- Keyboard controller needs to be emulated
7778- If booting straight to CP/M, the load message should be in the middle of the screen.
7879
7980
r32365r32366
452453   ROM_LOAD( "cg4.rom", 0x000, 0x800, CRC(52e7b9d8) SHA1(cc6d457634eb688ccef471f72bddf0424e64b045) )
453454
454455   ROM_REGION( 0x800, "keyboard", 0 )
455   ROM_LOAD( "kbd_3.rom", 0x000, 0x800, NO_DUMP )
456   ROM_LOAD( "kbd_3.rom", 0x000, 0x800, CRC(d9441b35) SHA1(ce250ab1e892a13fd75182703f259855388c6bf4) )
456457
457458   ROM_REGION( 0x800, "videoram", ROMREGION_ERASE00 )
458459ROM_END

Previous 199869 Revisions Next


© 1997-2024 The MAME Team