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:
Jordi Mallach 2016-03-31 23:25:43 +02:00
parent dfc7a19b0d
commit 02db474ea5

View File

@ -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) )