summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/a7800/a78_slot.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/a7800/a78_slot.cpp')
-rw-r--r--src/devices/bus/a7800/a78_slot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/a7800/a78_slot.cpp b/src/devices/bus/a7800/a78_slot.cpp
index 4bf77f178ae..a9208c91764 100644
--- a/src/devices/bus/a7800/a78_slot.cpp
+++ b/src/devices/bus/a7800/a78_slot.cpp
@@ -432,7 +432,7 @@ image_init_result a78_cart_slot_device::call_load()
m_type = A78_ABSOLUTE;
// (for now) mirror ram implies no bankswitch format is used
else if ((mapper & 0x0080) == 0x0080)
- m_type = A78_TYPE8;
+ m_type = A78_TYPE8;
logerror("Cart type: 0x%x\n", m_type);
atar'> Vas Crabb30 hours2-6/+422 | | | | | Not promoting to working as I think sound may still be bad. * -emu/device.cpp: Allow flagging devices as not working or not supporting ↵ Vas Crabb32 hours36-229/+465 | | | | | | | | | | | | | | | | | saved states. * emu/device.cpp: Removed device_sound_interface from mixins that require device to register members for saved states. * emu/machine.cpp: Finalise saved state registrations before loading configuration - network devices no longer leak timers. * emu/validity.cpp: Added check for systems marked as supporting saved states that use devices lacking saved state support (besides slot cards). * machine/mc6852.cpp: First device marked as not supporting saved states. * osd/interface/audio.h: Avoid unnecessary float/double conversions. -igs/igs_m027.cpp: Added I/O for ccly. * taitosj: workaround for large speed loss hap34 hours2-7/+3 | * sound: add sync time to savestates hap37 hours1-6/+5 | * Fixed discrete (probably) Olivier Galibert39 hours2-35/+6 | * Revert "device_mixer_interface: set samplerate to osd rate, like how it was ↵ hap40 hours1-1/+1 | | | | | | before sound rewrite" This reverts commit 99fc7b2c7f45562a10dea68c754015c29173b537. * magmax,terracre,opwolf: remove obsolete mixer device now that multiple sound ↵ hap40 hours3-30/+14 | | | | outputs can be sent to a sound device single input (probably can be done to other drivers too, i only did arcade games) * device_mixer_interface: set samplerate to osd rate, like how it was before ↵ hap40 hours1-1/+1 | | | | sound rewrite * i8255: remove unreachable code hap41 hours1-6/+2 | * formats/tap: added warnings about wrong checksum and size of the image (#13641) holub45 hours1-1/+4 | * linn/linndrum.cpp: Adapting to the new sound interface. (#13642) m1macrophage45 hours1-4/+10 | * sound: suppress some warnings Patrick Mackinlay2 days1-2/+1 | * add preliminary driver for Casio FZ series samplers (#13623) Devin Acker2 days7-30/+736 | | | | | | | | | | | | | - implement internal serial interrupt for V50 - support alternate screen dimensions for HD44352 New NOT_WORKING machine ---------- Casio FZ-1 Digital Sampling Synthesizer [Rainer Buchty, Devin Acker] New NOT_WORKING clone ---------- Casio FZ-10M Digital Sampling Synthesizer Module [Tom Virostek, Devin Acker] Casio FZ-20M Digital Sampling Synthesizer Module [BCM, Devin Acker] * Merge tag 'mame0277' into HEAD Vas Crabb2 days3-6/+6 |\ | | | | | | MAME 0.277 | * Bumped version to 0.277mame0277 Vas Crabb3 days3-6/+6 | | * | - atari/jaguar.cpp: adjusted clock of the MIPS based games to the actual ↵ Ivan Vangelista2 days4-22/+104 | | | | | | | | | | | | | | | | | | | | chip type [Brian Troha] - igs/igs017.cpp: added NVRAM support to most sets - seta/simple_st0016.cpp: added controls for dcrown [Brian Troha] - seta/st0016.cpp: adjusted some visible areas, added some notes * | sound: make sure m_samples_to_update is 0 when returning from update() hap3 days1-34/+34 | | * | audiomix: update docs after prev commit hap3 days1-1/+2 | | * | audiomix: more control over db adjustment (like with sliders, hold shift for ↵ hap3 days2-64/+45 | | | | | | | | +/- 0.1, hold ctrl for +/- 10) * | moog/source.cpp: emulating envelope generators and LFO timing. (#13636) m1macrophage3 days4-37/+425 | | * | audiomix: use fat triangles instead of arrows for L/R indicators hap3 days1-21/+20 | | * | namcos12_cdxa: fix crash on set output gain hap3 days2-19/+2 | | * | oberheim/dmx.cpp: Adapting to new sound interface. (#13637) m1macrophage3 days1-2/+2 | | * | Fixed a bunch of new audio system regressions for various Macintosh models. ↵ arbee3 days8-26/+29 | | | | | | | | [R. Belmont] * | astrob: apply same fix as spacfury hap3 days1-1/+1 | | * | sound sliders: correction to prev commit hap3 days1-1/+1 | | * | sound sliders: multiply internal value by 10 to allow fine grained slider ↵ hap3 days2-16/+21 | | | | | | | | controls (left/right while holding Shift) * | sound sliders: press Del to set to 0db like before (mute is alt+left) hap3 days1-3/+3 | | * | Make avi able to do more than stereo Olivier Galibert3 days1-1/+1 | | * | Some like it wide Olivier Galibert3 days1-12/+12 | | * | cassette/misc: small cleanup hap3 days3-41/+34 | | * | More fixes Olivier Galibert3 days2-3/+5 | | * | Merge remote-tracking branch 'mainline/release0277' into HEAD