mirror of
https://github.com/holub/mame
synced 2025-05-19 12:18:56 +03:00
Typo fix: Standart → Standard
Note 'standart' is also visible in another call parametre, but that one is probably a bad idea to change just like that.
This commit is contained in:
parent
dfc7a19b0d
commit
02db474ea5
@ -358,7 +358,7 @@ ROM_END
|
||||
|
||||
ROM_START( primob64 )
|
||||
ROM_REGION( 0x14000, "maincpu", ROMREGION_ERASEFF )
|
||||
ROM_SYSTEM_BIOS(0, "standart", "Standart")
|
||||
ROM_SYSTEM_BIOS(0, "standart", "Standard")
|
||||
ROMX_LOAD( "b64.rom", 0x10000, 0x4000, CRC(cea28188) SHA1(a77e42e97402e601b78ab3751eac1e85d0bbb4a0), ROM_BIOS(1) )
|
||||
ROM_SYSTEM_BIOS(1, "cdos", "CDOS")
|
||||
ROMX_LOAD( "b64cdos.rom", 0x10000, 0x4000, CRC(73305e4d) SHA1(c090c3430cdf19eed8363377b981e1c21a4ed169), ROM_BIOS(2) )
|
||||
|
Loading…
Reference in New Issue
Block a user