mirror of
https://github.com/holub/mame
synced 2025-06-30 07:58:56 +03:00
(MESS) amust: added newly-dumped keyboard rom [ejwords, MSPP]
This commit is contained in:
parent
bedd3cb83b
commit
c4c33fbea5
@ -74,6 +74,7 @@ B = Boot from floppy
|
|||||||
ToDo:
|
ToDo:
|
||||||
- Everything
|
- Everything
|
||||||
- Need software
|
- 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.
|
- 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_LOAD( "cg4.rom", 0x000, 0x800, CRC(52e7b9d8) SHA1(cc6d457634eb688ccef471f72bddf0424e64b045) )
|
||||||
|
|
||||||
ROM_REGION( 0x800, "keyboard", 0 )
|
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_REGION( 0x800, "videoram", ROMREGION_ERASE00 )
|
||||||
ROM_END
|
ROM_END
|
||||||
|
Loading…
Reference in New Issue
Block a user