mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
Small note, nw
This commit is contained in:
parent
bcbba3e55e
commit
6fedae3e4d
@ -39,6 +39,7 @@ static ADDRESS_MAP_START( m50458_vram, AS_0, 16, m50458_device )
|
||||
ADDRESS_MAP_END
|
||||
|
||||
// internal GFX ROM (TODO: GFXs in here should be 12x18, not 16x18)
|
||||
// (also note: ROM length CAN'T be 0x1200)
|
||||
ROM_START( m50458 )
|
||||
ROM_REGION( 0x1200, "m50458", 0 )
|
||||
ROM_LOAD("m50458-001sp", 0x0000, 0x1200, BAD_DUMP CRC(444f597d) SHA1(96beda6aba3d9f7bb781a3cd0352ed6ae45e2ebe) )
|
||||
|
Loading…
Reference in New Issue
Block a user