summaryrefslogtreecommitdiffstatshomepage
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* misc/acefruit.cpp: Fixed build. Vas Crabb2 days1-2/+2
|
* misc/acefruit.cpp: Added Flashback (not working). (#13655) James Wallace2 days2-58/+93
| | | | | New systems marked not working ------------------- Flashback [James Wallace, BuyItFixIt]
* capcom/cps2.cpp Added Publicity versions of Puzz Loop 2 and Choko. (#13660) Nekoziman2 days2-0/+57
| | | | | | | New working clones ------------------- Puzz Loop 2 (Japan 010201 Publicity) [Team Japump!!!] Janpai Puzzle Choukou (Japan 010820 Publicity) [Team Japump!!!]
* igs/igs011.cpp: Improved inputs and DIP switches for xymg and wlcc. Vas Crabb2 days2-162/+193
| | | | | | Also initialise data members, filled in some of the lhb2 DIP switch settings that aren't drawn properly from a hardware screenshot, cleaned up slightly, and updated known issues comment for lhb3.
* model2: prevent infinite loop in geo_parse() (#13659) Matthew Daniels2 days1-1/+2
| | | MAME no longer hangs when exiting Sonic the Fighters service menu
* m50dass: device is unemulated, disable cpu for now hap2 days1-1/+1
|
* victor9k: Fix 8253 PIT input clock rates and connect outputs to uPD7201 ↵ freitz852 days1-19/+12
| | | | serial interface (#13662)
* gaelco/gaelco2.cpp: Sorted out Touch and Go sets and add missing ones (#13640) ClawGrip2 days2-31/+148
| | | | | | | | | New working clones ------------------ Touch and Go (non North America, 16/Nov/1995, checksum 056533F0) [Josep Quingles, Recreativas.org] Touch and Go (non North America, 15/Nov/1995, checksum 056C2336) [Josep Quingles, Recreativas.org] Touch and Go (non North America, 15/Nov/1995, checksum 056C138F) [Josep Quingles, Recreativas.org] Touch and Go (North America, 14/Nov/1995) [Josep Quingles, Recreativas.org]
* namco/mappy.cpp: Pac'n'Pal settings fix codefrog20022 days1-1/+1
|
* igs/igs011.cpp: Fixed inputs for lhb3 (same as lbh2). Vas Crabb3 days1-48/+49
| | | | | | Also identified the auto reach DIP switch for lhb2/lhb3 and cleaned up some code.
* cpu/z80: Optimized detection of attention needed in service step. (#13630) holub3 days6-78/+122
|
* -ui/info.cpp: Root device is special for non-working message. Vas Crabb3 days2-68/+95
| | | | | | | | | | | -bmc/koftball.cpp: Improved I/O: * Identified take/w-up/high/low for koftball. * Make known inputs match test mode for kaimenhu and jxzh. * Added hopper for kaimenhu and jxzh. * Identified in-game music DIP switch for kaimenhu and jxzh. * Identified odds rate DIP switches for jxzh. * Added credits in/out counters for kaimenhu and jxzh. * Corrected DIP switch polarity for kaimenhu and jxzh.
* misc/sshanghai.cpp driver improvements: Roberto Fresca3 days1-60/+86
| | | | | | - Sorted out and added more default DIP switches. - Added technical and game notes about the stealth systems. - Added instructions to play and switch the games.
* rsp: add m_v to savestates hap3 days2-5/+5
|
* rsp: add preliminary savestates hap3 days2-155/+169
|
* netlist: prevent stream buffer overflow after detecting it hap3 days1-5/+8
|
* igs/igs_m027.cpp: Added a few missing inputs for tct2p, klxyj102cn and ↵ Vas Crabb3 days1-40/+60
| | | | | | | klxyj104cn. Also added a more detailed comment explaining mahjong panel controls for tct2p.
* igs/igs_m027.cpp: Added I/O for the Kuaile Xiyou Ji games. Vas Crabb4 days1-3/+112
| | | | | | | | | It's kind of similar to Tarzan Chuang Tianguan 2 Jiaqiang Ban, but with different button assignments, particularly in mahjong panel mode. Not promoting to working as they regularly give "hopper empty" errors in "joystick" mode, possibly due to not liking the timings from our hopper device. The games are playable if you use Key-Out to pay out winnings.
* cpu/h8/h8_adc.cpp: Wrap channel to avoid crash if end channel gets set lower ↵ Vas Crabb4 days1-6/+9
| | | | than current channel (MT09160).
* New clones marked not working Ivan Vangelista5 days4-138/+48
| | | | | ----------------------------- Kuai Le Xi You Ji (V102CN) [little0]
* igs/igs_m027.cpp: Added internal layout for ccly and fixed some inputs. Vas Crabb5 days2-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 Crabb5 days36-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 hap5 days2-7/+3
|
* sound: add sync time to savestates hap5 days1-6/+5
|
* Fixed discrete (probably) Olivier Galibert5 days2-35/+6
|
* Revert "device_mixer_interface: set samplerate to osd rate, like how it was ↵ hap5 days1-1/+1
| | | | | | before sound rewrite" This reverts commit 99fc7b2c7f45562a10dea68c754015c29173b537.
* magmax,terracre,opwolf: remove obsolete mixer device now that multiple sound ↵ hap5 days3-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 ↵ hap5 days1-1/+1
| | | | sound rewrite
* i8255: remove unreachable code hap5 days1-6/+2
|
* formats/tap: added warnings about wrong checksum and size of the image (#13641) holub5 days1-1/+4
|
* linn/linndrum.cpp: Adapting to the new sound interface. (#13642) m1macrophage5 days1-4/+10
|
* sound: suppress some warnings Patrick Mackinlay6 days1-2/+1
|
* add preliminary driver for Casio FZ series samplers (#13623) Devin Acker6 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]
* - atari/jaguar.cpp: adjusted clock of the MIPS based games to the actual ↵ Ivan Vangelista6 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() hap6 days1-34/+34
|
* audiomix: more control over db adjustment (like with sliders, hold shift for ↵ hap6 days2-64/+45
| | | | +/- 0.1, hold ctrl for +/- 10)
* moog/source.cpp: emulating envelope generators and LFO timing. (#13636) m1macrophage6 days4-37/+425
|
* audiomix: use fat triangles instead of arrows for L/R indicators hap6 days1-21/+20
|
* namcos12_cdxa: fix crash on set output gain hap6 days2-19/+2
|
* oberheim/dmx.cpp: Adapting to new sound interface. (#13637) m1macrophage6 days1-2/+2
|
* Fixed a bunch of new audio system regressions for various Macintosh models. ↵ arbee7 days8-26/+29
| | | | [R. Belmont]
* astrob: apply same fix as spacfury hap7 days1-1/+1
|
* sound sliders: correction to prev commit hap7 days1-1/+1
|
* sound sliders: multiply internal value by 10 to allow fine grained slider ↵ hap7 days2-16/+21
| | | | controls (left/right while holding Shift)
* sound sliders: press Del to set to 0db like before (mute is alt+left) hap7 days1-3/+3
|
* Make avi able to do more than stereo Olivier Galibert7 days1-1/+1
|
* Some like it wide Olivier Galibert7 days1-12/+12
|
* cassette/misc: small cleanup hap7 days3-41/+34
|
* More fixes Olivier Galibert7 days2-3/+5
|
* Merge remote-tracking branch 'mainline/release0277' into HEAD Vas Crabb7 days1-2/+2
|\