Skip to content

Commit

Permalink
jaguar: should be 1 sec like before.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbbert committed Dec 24, 2024
1 parent 9361118 commit d2a56a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mame/atari/jaguar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1866,7 +1866,7 @@ void jaguar_state::jaguar(machine_config &config)
DAC_16BIT_R2R_TWOS_COMPLEMENT(config, m_rdac, 0).add_route(ALL_OUTPUTS, "rspeaker", 1.0); // unknown DAC

/* quickload */
QUICKLOAD(config, "quickload", "abs,bin,cof,jag,prg,rom", attotime::from_seconds(2)).set_load_callback(FUNC(jaguar_state::quickload_cb));
QUICKLOAD(config, "quickload", "abs,bin,cof,jag,prg,rom", attotime::from_seconds(1)).set_load_callback(FUNC(jaguar_state::quickload_cb));

/* cartridge */
generic_cartslot_device &cartslot(GENERIC_CARTSLOT(config, "cartslot", generic_plain_slot, "jaguar_cart", "j64"));
Expand Down

0 comments on commit d2a56a7

Please sign in to comment.