mirror of
https://github.com/holub/mame
synced 2025-05-25 15:25:33 +03:00
Allow for 2 seconds of emulation to boot up before applying quickload for Jaguar [Robbbert]
This commit is contained in:
parent
cd67a027d7
commit
37949aebca
@ -1806,7 +1806,7 @@ static MACHINE_CONFIG_START( jaguar, cojag_state )
|
||||
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "rspeaker", 1.0)
|
||||
|
||||
/* quickload */
|
||||
MCFG_QUICKLOAD_ADD("quickload", jaguar, "abs,bin,cof,jag,prg", 0)
|
||||
MCFG_QUICKLOAD_ADD("quickload", jaguar, "abs,bin,cof,jag,prg", 2)
|
||||
|
||||
/* cartridge */
|
||||
MCFG_CARTSLOT_ADD("cart")
|
||||
|
Loading…
Reference in New Issue
Block a user