summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine (follow)
Commit message (Expand)AuthorAgeFilesLines
* small quality of life fixes DavidHaywood2020-09-242-8/+8
* pcp8718 / pcp8728 / bkid218 - make menu controller a shared device (#7270) David Haywood2020-09-212-0/+278
* 6522via: port B special modes are only on write, not read [Rob Justice] arbee2020-09-171-11/+0
* Revert "sound: Improved view interfaces to match usage patterns" Aaron Giles2020-09-172-5/+5
* sound: Improved view interfaces to match usage patterns Aaron Giles2020-09-172-5/+5
* new NOT WORKING (plug play) (#7237) David Haywood2020-09-161-1/+8
* alpha_8921.cpp: Fix clang error: switch condition has boolean value [-Werror,... AJR2020-09-131-9/+8
* sensorboard: makes no sense to apply Ctrl for lifted pieces on magnet board hap2020-09-131-4/+5
* sensorboard: add support for ctrl modifier with magnet boards hap2020-09-131-1/+1
* Significant internal changes to sound streams (#7169) Aaron Giles2020-09-1311-54/+61
* alpha_8921: remove empty comment blocks hap2020-09-131-18/+0
* Device-fied PRO-CT0 cam9002020-09-132-0/+298
* New machines marked as NOT_WORKING AJR2020-09-122-0/+19
* new NOT WORKING machines (#7212) David Haywood2020-09-111-0/+1
* machine/tube: Added save state. Nigel Barnes2020-09-071-24/+40
* netlist: code maintenance and performance optimizations. Couriersud2020-09-052-111/+80
* wd33c93: handle 'polled DMA' in vme_hcpu30 (nw) Sergey Svishchev2020-09-021-5/+11
* device_state_interface overhaul AJR2020-08-311-32/+2
* bus/a2bus: Added Uthernet card emulation for Apple IIgs (#7090) Rhett Aultman2020-08-312-0/+1619
* wd_fdc.cpp: Corrected register commit delay for WD177x according to datasheet. Nigel Barnes2020-08-301-3/+3
* netlist: Fix various issues around include directories. couriersud2020-08-251-1/+0
* 6522via.cpp: Add support for CB2 pulse mode [R. Belmont, Peter Ferrie] arbee2020-08-232-1/+22
* srcclean for 0.224 Vas Crabb2020-08-233-3/+3
* nscsi: Implemented REZERO command. [Curt Coder] Curt Coder2020-08-221-0/+4
* z80dma: Added IEO callback. [Curt Coder] Curt Coder2020-08-222-0/+8
* pit8253: Fix cycles computation error due to using floating-point. Aaron Giles2020-08-201-1/+38
* Sound and other improvements to Sega G-80 games. (#7103) Aaron Giles2020-08-194-32/+173
* Filesize fix for microtouch_5604340_rev_2.2.u1 (nw) Scott Stone2020-08-191-1/+1
* ibm5150,pasopia,pc8801: hooked up cassette software lists Robbbert2020-08-191-0/+2
* microtch.cpp: Add BIOS 2.2 [Victor Fernandez (City Game), ClawGrip] (#7097) ClawGrip2020-08-181-2/+3
* machine/ncr5380n.cpp: Use explicitly sized storage type for enum registered f... Vas Crabb2020-08-181-1/+1
* clean up #include stuff, make trampoline constructors protected, restore blan... Vas Crabb2020-08-164-12/+12
* netlist: Fix compile - sorry. couriersud2020-08-162-23/+17
* netlist: buffered_param_setter refactoring couriersud2020-08-162-37/+33
* Ap2000 fixes to get it to start up properly; Also adding green ready led ind... goldnchild2020-08-151-0/+2
* netlist: machine.time() rules. couriersud2020-08-152-12/+8
* netlist: untangle sound and cpu devices. couriersud2020-08-152-90/+92
* icm7170: make it tick and generate interrupts Patrick Mackinlay2020-08-102-5/+136
* 39in1.cpp: hooked up dips Ivan Vangelista2020-08-071-0/+4
* -spg2xx_io: Put side-effect guards around potentially volatile reads. Ryan Holtz2020-08-071-36/+47
* -netlist: Typo Ryan Holtz2020-08-061-1/+1
* -fireone: Netlist sound now works other than the Alert trigger. [Ryan Holtz, ... Ryan Holtz2020-08-061-1/+1
* -starfire: Added left/right mixer and left/right boom, but the booms don't tr... Ryan Holtz2020-08-061-3/+2
* Merge tag 'mame0223' into mainline-master Vas Crabb2020-08-063-11/+8
|\
| * -debug/debugcmd.cpp: Don't leak an open FILE when an argument is invalid and ... Vas Crabb2020-08-063-11/+8
* | netlist: Refactored pokenizer. couriersud2020-08-061-3/+3
* | savant: add sensorboard click delay hap2020-07-302-22/+22
* | Use swapendian_int16/int32 in more devices AJR2020-07-292-5/+5
* | ssystem3: added chess unit lcd svg screen [hap, Berger, Achim] hap2020-07-291-1/+1
* | mc6843: add a delay reading the CRC 68bit2020-07-292-13/+50