summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine
Commit message (Expand)AuthorAgeFilesLines
* vicdual: Tranquilizer Gun uses the same sound board as Borderline Aaron Giles2020-10-071-1/+1
* ns32081: movif bug fixes Patrick Mackinlay2020-10-071-7/+14
* Plug and Play work (new sets) (#7321) David Haywood2020-10-063-18/+26
* ns32081: new device Patrick Mackinlay2020-10-052-0/+690
* bus/vsmile/rom.cpp: fixed reported crash Ivan Vangelista2020-10-041-2/+0
* z80scc: Fix vector modification in high bits Dirk Best2020-10-031-0/+1
* 6840ptm.cpp: updated m_gate initialization as per comments to d026d1ba845f899... Ivan Vangelista2020-10-032-1/+6
* upd765: Explicitly emulate reset line AJR2020-10-022-39/+67
* 6840ptm.cpp: initialized array to fix listxml and validate crash Ivan Vangelista2020-09-301-0/+1
* netlist: Remove "extended validation mode" couriersud2020-09-281-1/+0
* Fixed BQ4847 to always return 0 for its register 15; required for proper chip... Michael Zapf2020-09-281-0/+2
* m3002: expose irq callback Patrick Mackinlay2020-09-282-2/+4
* am9519: has no clock input Patrick Mackinlay2020-09-281-1/+1
* Complete sound modernization of remaining devices. Legacy callbacks and strea... Aaron Giles2020-09-288-41/+43
* Cleaned up bitmap API. Vas Crabb2020-09-2717-88/+92
* Disable SOUND_DEBUG for non-debug builds, and srcclean Vas Crabb2020-09-275-231/+231
* 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