mame/src/mess/machine
2013-09-12 18:48:15 +00:00
..
c64 (MESS) c64: Emulated the digital parts of the Magic Voice cartridge. Speech synthesis is not supported yet. [Curt Coder, Stefan Uhlmann] 2013-09-04 18:14:17 +00:00
ti99 (MESS) ti99: Fixed dropouts in RS232, caused by sdlsocket/corefile 2013-08-25 15:22:30 +00:00
3c503.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
3c503.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
3c505.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
3c505.h Missed one, plus OS X (nw) 2013-03-09 04:09:45 +00:00
64h156.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
64h156.h
990_dk.c
990_dk.h
990_hd.c small DEVICE_STOP cleanup (nw) 2013-08-03 22:59:45 +00:00
990_hd.h
990_tap.c devlegcy.h usage cleanup (nw) 2013-07-10 11:34:30 +00:00
990_tap.h
6883sam.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
6883sam.h
8530scc.c small DEVICE_START cleanup (nw) 2013-08-03 23:08:21 +00:00
8530scc.h
68561mpcc.c small DEVICE_START cleanup (nw) 2013-08-03 23:08:21 +00:00
68561mpcc.h Cleanups and version bump 2013-03-19 07:22:20 +00:00
a2alfam2.c MESS: Corrected pitch and readback behavior for the ALF Apple Music II, and noted it's the same as the ALF AM1. [R. Belmont] 2013-06-02 02:56:38 +00:00
a2alfam2.h MESS: Corrected pitch and readback behavior for the ALF Apple Music II, and noted it's the same as the ALF AM1. [R. Belmont] 2013-06-02 02:56:38 +00:00
a2applicard.c (MESS) Apple II: Support for the PCPI Applicard. [R. Belmont, Alex Freed] 2013-08-03 12:37:55 +00:00
a2applicard.h (MESS) Apple II: Support for the PCPI Applicard. [R. Belmont, Alex Freed] 2013-08-03 12:37:55 +00:00
a2arcadebd.c Created new device_video_interface. Right now its sole purpose is to 2013-07-24 19:20:59 +00:00
a2arcadebd.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
a2bus.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
a2bus.h Moved default card config, device inputs and clock off the slot interface so they can be specified for all cards [smf] 2013-05-29 13:52:16 +00:00
a2cffa.c Uses one timer instead of anonymous timers, so that resetting the device will stop any outstanding work. BSY is always set when waiting for the busy timer to fire. Implemented DASP & PDIAG functionality, device 1 is detected during reset & if device 1 fails diagnostic then device 0 sets bit 7 of it's diagnostic result. Ide cards now default to 1 hard disk, otherwise device 1 without a chd will cause device 0 to report a controller error (AMIBIOS for example doesn't allow booting from device 0 if device 1 fails). Timing of DASP & PDIAG is set very short because of lack of wait states when accessing ATA bus. Improved SRST functionality, which has meant viper needed to be changed to trigger a hard reset instead of a soft reset. Writes to the command register are now ignored with BSY or DRQ is set (packet devices can accept the DEVICE RESET command but they are not supported yet). [smf] 2013-06-24 10:24:14 +00:00
a2cffa.h Added ata_interface_device, ide_controller_device is now only for pc register mapping. Renamed ide_mass_storage_device to ata_mass_storage_device. Changed ide_hdd_device so it only picks up it's image from the harddisk_image_device, which does a lookup to see if there is a region itself. (nw) 2013-06-19 10:35:43 +00:00
a2diskii.c More setname corrections to further expand XML device coverage (nw) 2013-08-21 03:31:10 +00:00
a2diskii.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
a2eauxslot.c Fix device duplicated name/descriptions (nw) 2013-06-21 17:58:03 +00:00
a2eauxslot.h Moved default card config, device inputs and clock off the slot interface so they can be specified for all cards [smf] 2013-05-29 13:52:16 +00:00
a2echoii.c (MESS) AppleII: Correct the TMS5220 clock rate to 640khz on the EchoII and EchoIIplus AppleII cards [Jayson Smith] 2013-08-29 04:46:39 +00:00
a2echoii.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
a2eext80col.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
a2eext80col.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
a2eramworks3.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
a2eramworks3.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
a2estd80col.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
a2estd80col.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
a2lang.c moving some static functions in driver state for MESS drivers plus some other modernization (nw) 2013-04-18 08:44:08 +00:00
a2lang.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
a2memexp.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
a2memexp.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
a2midi.c Moved default card config, device inputs and clock off the slot interface so they can be specified for all cards [smf] 2013-05-29 13:52:16 +00:00
a2midi.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
a2mockingboard.c (MESS) AppleII: Correct the TMS5220 clock rate to 640khz on the EchoII and EchoIIplus AppleII cards [Jayson Smith] 2013-08-29 04:46:39 +00:00
a2mockingboard.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
a2sam.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
a2sam.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
a2scsi.c Converted NCR5390 to devcb2 & use MCFG_DEVICE_CLOCK to set SCSI chip clock [smf] 2013-05-29 19:36:11 +00:00
a2scsi.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
a2softcard.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
a2softcard.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
a2ssc.c Moved default card config, device inputs and clock off the slot interface so they can be specified for all cards [smf] 2013-05-29 13:52:16 +00:00
a2ssc.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
a2swyft.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
a2swyft.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
a2themill.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
a2themill.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
a2thunderclock.c Fixed regression. (nw) 2013-06-10 13:54:02 +00:00
a2thunderclock.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
a2videoterm.c Created new device_video_interface. Right now its sole purpose is to 2013-07-24 19:20:59 +00:00
a2videoterm.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
a2vulcan.c Uses one timer instead of anonymous timers, so that resetting the device will stop any outstanding work. BSY is always set when waiting for the busy timer to fire. Implemented DASP & PDIAG functionality, device 1 is detected during reset & if device 1 fails diagnostic then device 0 sets bit 7 of it's diagnostic result. Ide cards now default to 1 hard disk, otherwise device 1 without a chd will cause device 0 to report a controller error (AMIBIOS for example doesn't allow booting from device 0 if device 1 fails). Timing of DASP & PDIAG is set very short because of lack of wait states when accessing ATA bus. Improved SRST functionality, which has meant viper needed to be changed to trigger a hard reset instead of a soft reset. Writes to the command register are now ignored with BSY or DRQ is set (packet devices can accept the DEVICE RESET command but they are not supported yet). [smf] 2013-06-24 10:24:14 +00:00
a2vulcan.h Added ata_interface_device, ide_controller_device is now only for pc register mapping. Renamed ide_mass_storage_device to ata_mass_storage_device. Changed ide_hdd_device so it only picks up it's image from the harddisk_image_device, which does a lookup to see if there is a region itself. (nw) 2013-06-19 10:35:43 +00:00
a2zipdrive.c Uses one timer instead of anonymous timers, so that resetting the device will stop any outstanding work. BSY is always set when waiting for the busy timer to fire. Implemented DASP & PDIAG functionality, device 1 is detected during reset & if device 1 fails diagnostic then device 0 sets bit 7 of it's diagnostic result. Ide cards now default to 1 hard disk, otherwise device 1 without a chd will cause device 0 to report a controller error (AMIBIOS for example doesn't allow booting from device 0 if device 1 fails). Timing of DASP & PDIAG is set very short because of lack of wait states when accessing ATA bus. Improved SRST functionality, which has meant viper needed to be changed to trigger a hard reset instead of a soft reset. Writes to the command register are now ignored with BSY or DRQ is set (packet devices can accept the DEVICE RESET command but they are not supported yet). [smf] 2013-06-24 10:24:14 +00:00
a2zipdrive.h Added ata_interface_device, ide_controller_device is now only for pc register mapping. Renamed ide_mass_storage_device to ata_mass_storage_device. Changed ide_hdd_device so it only picks up it's image from the harddisk_image_device, which does a lookup to see if there is a region itself. (nw) 2013-06-19 10:35:43 +00:00
a7800.c a7800.c - XM/XBoard POKEY support. 'Bentley Bear - Crystal Quest' & 'Donkey Kong XM' now work, while maintaining support for original library titles, Commando and Ballblazer. [Robert Tuccitto] 2013-07-20 20:03:09 +00:00
abc77.c (MESS) abc80x, abc1600: Added Luxor ABC keyboard port slot interface. [Curt Coder] 2013-05-31 13:46:11 +00:00
abc77.h (MESS) abc80x, abc1600: Added Luxor ABC keyboard port slot interface. [Curt Coder] 2013-05-31 13:46:11 +00:00
abc80kb.c (MESS) abc80x, abc1600: Added Luxor ABC keyboard port slot interface. [Curt Coder] 2013-05-31 13:46:11 +00:00
abc80kb.h (MESS) abc80x, abc1600: Added Luxor ABC keyboard port slot interface. [Curt Coder] 2013-05-31 13:46:11 +00:00
abc99.c Cleanups and version bump 2013-06-11 07:16:42 +00:00
abc99.h Cleanups and version bump 2013-06-11 07:16:42 +00:00
abc800kb.c (MESS) abc80x, abc1600: Added Luxor ABC keyboard port slot interface. [Curt Coder] 2013-05-31 13:46:11 +00:00
abc800kb.h (MESS) abc80x, abc1600: Added Luxor ABC keyboard port slot interface. [Curt Coder] 2013-05-31 13:46:11 +00:00
abc830.c
abc830.h
abc890.c More setname corrections to further expand XML device coverage (nw) 2013-08-21 03:31:10 +00:00
abc890.h (MESS) abcbus: devcb2. (nw) 2013-06-08 20:29:35 +00:00
abc1600_bus.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
abc1600_bus.h Moved default card config, device inputs and clock off the slot interface so they can be specified for all cards [smf] 2013-05-29 13:52:16 +00:00
abc1600mac.c (MESS) abc1600: Separated the MAC and Mover to their own devices. (nw) 2013-09-10 14:59:13 +00:00
abc1600mac.h (MESS) abc1600: Separated the MAC and Mover to their own devices. (nw) 2013-09-10 14:59:13 +00:00
abc_dos.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
abc_dos.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
abc_fd2.c Moved default card config, device inputs and clock off the slot interface so they can be specified for all cards [smf] 2013-05-29 13:52:16 +00:00
abc_fd2.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
abc_hdc.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
abc_hdc.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
abc_sio.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
abc_sio.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
abc_slutprov.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
abc_slutprov.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
abc_turbo.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
abc_turbo.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
abc_uni800.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
abc_uni800.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
abc_xebec.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
abc_xebec.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
abcbus.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
abcbus.h (MESS) abcbus: devcb2. (nw) 2013-06-08 20:29:35 +00:00
abckb.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
abckb.h Cleanups and version bump 2013-06-11 07:16:42 +00:00
ac1.c (MESS) cassette cleanup (nw) 2013-04-17 08:30:36 +00:00
acb4070.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
acb4070.h
adam_ddp.c m6800.c: Modernized cpu core (nw) 2013-08-07 17:19:22 +00:00
adam_ddp.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
adam_fdc.c m6800.c: Modernized cpu core (nw) 2013-08-07 17:19:22 +00:00
adam_fdc.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
adam_ide.c reverted short name (nw) 2013-06-19 11:24:39 +00:00
adam_ide.h Added ata_interface_device, ide_controller_device is now only for pc register mapping. Renamed ide_mass_storage_device to ata_mass_storage_device. Changed ide_hdd_device so it only picks up it's image from the harddisk_image_device, which does a lookup to see if there is a region itself. (nw) 2013-06-19 10:35:43 +00:00
adam_kb.c m6800.c: Modernized cpu core (nw) 2013-08-07 17:19:22 +00:00
adam_kb.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
adam_prn.c m6800.c: Modernized cpu core (nw) 2013-08-07 17:19:22 +00:00
adam_prn.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
adam_ram.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
adam_ram.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
adam_spi.c m6800.c: Modernized cpu core (nw) 2013-08-07 17:19:22 +00:00
adam_spi.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
adamexp.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
adamexp.h Moved default card config, device inputs and clock off the slot interface so they can be specified for all cards [smf] 2013-05-29 13:52:16 +00:00
adamlink.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
adamlink.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
adamnet.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
adamnet.h Moved default card config, device inputs and clock off the slot interface so they can be specified for all cards [smf] 2013-05-29 13:52:16 +00:00
advision.c
aim65.c Modernized the dl1416 device. (nw) 2013-09-09 20:15:22 +00:00
amigacd.c start to modernize (nw) 2013-04-05 20:49:14 +00:00
amigacd.h
amigacrt.c start to modernize (nw) 2013-04-05 20:49:14 +00:00
amigacrt.h
amigakbd.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
amigakbd.h
amstr_pc.c Modernized pc_lpt device. (nw) 2013-09-08 07:41:29 +00:00
amstrad.c Created new device_video_interface. Right now its sole purpose is to 2013-07-24 19:20:59 +00:00
apollo_dbg.c probably fix (somebody who knows it, please check this driver, it seems a little too keen on poking around with internals) (nw) 2013-06-25 12:47:40 +00:00
apollo_eth.c
apollo_kbd.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
apollo_kbd.h (MESS) restored apollo_kbd.h changes (nw) 2013-03-20 07:11:41 +00:00
apollo_net.c (MESS) Apollo updates: [Hans Ostermeyer] 2013-03-09 04:05:14 +00:00
apollo.c Cleanups and version bump 2013-07-23 07:18:56 +00:00
appldriv.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
appldriv.h Moved some mess devices to proper place (nw) 2013-02-22 10:53:15 +00:00
apple1.c small MACHINE_RESET cleanup 2013-08-05 11:40:00 +00:00
apple2.c modernized speaker device. [Fabio Priuli] 2013-06-04 07:57:44 +00:00
apple2gs.c Cleanups and version bump 2013-04-30 06:36:06 +00:00
apple3.c made BEEP and RAM devices initialize in constructor of driver classes (nw) 2013-04-23 07:11:57 +00:00
applefdc.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
applefdc.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
apricotkb.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
apricotkb.h
at_keybc.c mcs48.c: Modernized cpu core (nw) 2013-08-23 19:14:49 +00:00
at_keybc.h mcs48.c: Modernized cpu core (nw) 2013-08-23 19:14:49 +00:00
at.c i286: modernize [Carl] 2013-07-25 00:58:24 +00:00
ataricrt.c
ataridev.h
atarifdc.c this should fix compile on some compilers (nw) 2013-08-30 11:23:06 +00:00
ay3600.c
ay3600.h
b2m.c modernized speaker device. [Fabio Priuli] 2013-06-04 07:57:44 +00:00
bbc.c small MACHINE_RESET cleanup 2013-08-05 11:40:00 +00:00
bebox.c removed some obsolete legacy stuff from src/mess/machine/bebox.c (nw) 2013-08-02 11:16:12 +00:00
beta.c small DEVICE_RESET cleanups (nw) 2013-08-03 23:03:50 +00:00
beta.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
bk.c (MESS) cassette cleanup (nw) 2013-04-17 08:30:36 +00:00
bml3bus.c (MESS)bml3: Add stub variants bml3mk2 (for MB-6891) and bml3mk5 [jedwidz] 2013-07-04 10:43:00 +00:00
bml3bus.h (MESS)bml3: Add stub variants bml3mk2 (for MB-6891) and bml3mk5 [jedwidz] 2013-07-04 10:43:00 +00:00
bml3kanji.c (MESS)bml3: Add stub variants bml3mk2 (for MB-6891) and bml3mk5 [jedwidz] 2013-07-04 10:43:00 +00:00
bml3kanji.h (MESS)bml3: Add stub variants bml3mk2 (for MB-6891) and bml3mk5 [jedwidz] 2013-07-04 10:43:00 +00:00
bml3mp1802.c (MESS)bml3: Add stub variants bml3mk2 (for MB-6891) and bml3mk5 [jedwidz] 2013-07-04 10:43:00 +00:00
bml3mp1802.h (MESS)bml3: Add stub variants bml3mk2 (for MB-6891) and bml3mk5 [jedwidz] 2013-07-04 10:43:00 +00:00
bml3mp1805.c Cleanups and version bump 2013-07-23 07:18:56 +00:00
bml3mp1805.h (MESS)bml3: Add stub variants bml3mk2 (for MB-6891) and bml3mk5 [jedwidz] 2013-07-04 10:43:00 +00:00
bw2_ramcard.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
bw2_ramcard.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
bw2exp.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
bw2exp.h Moved default card config, device inputs and clock off the slot interface so they can be specified for all cards [smf] 2013-05-29 13:52:16 +00:00
c2n.c More setname corrections to further expand XML device coverage (nw) 2013-08-21 03:31:10 +00:00
c2n.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
c64_nl10.c (MESS) Added skeleton for the C64/128 version of the Star NL-10 printer interface cartridge. [Curt Coder] 2013-08-06 20:25:40 +00:00
c64_nl10.h (MESS) Added skeleton for the C64/128 version of the Star NL-10 printer interface cartridge. [Curt Coder] 2013-08-06 20:25:40 +00:00
c65.c converted c65 and sbc6510 to use modern CIA implementation. nw. 2013-06-05 14:28:10 +00:00
c128_comal80.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
c128_comal80.h (MESS) c64: Moved cartridges to their own subdirectory. (nw) 2013-07-09 09:46:14 +00:00
c1541.c (MESS) cbmiec: Restored some usability. (nw) 2013-08-01 10:54:25 +00:00
c1541.h (MESS) Cleanup. (nw) 2013-07-29 21:10:15 +00:00
c1551.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
c1551.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
c1571.c (MESS) cbmiec: Restored some usability. (nw) 2013-08-01 10:54:25 +00:00
c1571.h (MESS) Added skeleton for WD1002A-WX1 hard disk controller card. (nw) 2013-07-30 06:04:04 +00:00
c1581.c (MESS) cbmiec: Restored some usability. (nw) 2013-08-01 10:54:25 +00:00
c1581.h (MESS) Cleanup. (nw) 2013-07-29 21:10:15 +00:00
c2031.c (MESS) ieee488: Restored some usability. (nw) 2013-07-31 20:19:39 +00:00
c2031.h (MESS) ieee488: Removed device address information from the IEEE-488 bus, allowing devices to be chained. [Curt Coder] 2013-07-30 11:04:32 +00:00
c2040.c (MESS) c2040: Fix function name in comment (nw) 2013-08-14 05:31:32 +00:00
c2040.h (MESS) ieee488: Removed device address information from the IEEE-488 bus, allowing devices to be chained. [Curt Coder] 2013-07-30 11:04:32 +00:00
c8280.c (MESS) ieee488: Restored some usability. (nw) 2013-07-31 20:19:39 +00:00
c8280.h (MESS) ieee488: Removed device address information from the IEEE-488 bus, allowing devices to be chained. [Curt Coder] 2013-07-30 11:04:32 +00:00
cbm2_24k.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
cbm2_24k.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
cbm2_graphic.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
cbm2_graphic.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
cbm2_std.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
cbm2_std.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
cbm2exp.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
cbm2exp.h Moved default card config, device inputs and clock off the slot interface so they can be specified for all cards [smf] 2013-05-29 13:52:16 +00:00
cbm2user.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
cbm2user.h Moved default card config, device inputs and clock off the slot interface so they can be specified for all cards [smf] 2013-05-29 13:52:16 +00:00
cbm_crt.c Finished moving quicload/snapshot formats into machine folder (nw) 2013-02-22 11:49:43 +00:00
cbm_crt.h Finished moving quicload/snapshot formats into machine folder (nw) 2013-02-22 11:49:43 +00:00
cbm_snqk.c Finished moving quicload/snapshot formats into machine folder (nw) 2013-02-22 11:49:43 +00:00
cbm_snqk.h Finished moving quicload/snapshot formats into machine folder (nw) 2013-02-22 11:49:43 +00:00
cbm.c
cbmiec.c (MESS) cbmiec: Restored some usability. (nw) 2013-08-01 10:54:25 +00:00
cbmiec.h (MESS) cbmiec: Restored some usability. (nw) 2013-08-01 10:54:25 +00:00
cbmipt.c (MESS) c64: Emulated the Wersi Wersiboard Music 64 / Siel CMK 49 Keyboard. [Curt Coder] 2013-08-28 18:24:46 +00:00
cbmipt.h (MESS) c64: Emulated the Wersi Wersiboard Music 64 / Siel CMK 49 Keyboard. [Curt Coder] 2013-08-28 18:24:46 +00:00
cgenie.c modernised the AY8910 [smf] 2013-05-12 11:17:58 +00:00
cmdhd.c (MESS) cbmiec: Restored some usability. (nw) 2013-08-01 10:54:25 +00:00
cmdhd.h (MESS) cbmiec: Removed device address information from the IEC bus, allowing devices to be chained. [Curt Coder] 2013-07-29 20:44:39 +00:00
cntr_covox.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
cntr_covox.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
coco3.c
coco12.c
coco_232.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
coco_232.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
coco_fdc.c (MESS) modernized DS1315 clock device. [Fabio Priuli] 2013-06-04 10:31:49 +00:00
coco_fdc.h (MESS) modernized DS1315 clock device. [Fabio Priuli] 2013-06-04 10:31:49 +00:00
coco_multi.c Moved default card config, device inputs and clock off the slot interface so they can be specified for all cards [smf] 2013-05-29 13:52:16 +00:00
coco_multi.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
coco_orch90.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
coco_orch90.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
coco_pak.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
coco_pak.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
coco_vhd.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
coco_vhd.h Some emu.h related redundant #include cleanup (nw) 2013-07-17 04:37:56 +00:00
coco.c (MESS) cassette cleanup (nw) 2013-04-17 08:30:36 +00:00
cococart.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
cococart.h Some emu.h related redundant #include cleanup (nw) 2013-07-17 04:37:56 +00:00
coleco.c (MESS) ColecoVision: controller has a * key, not a . key [Nick3092] 2013-02-18 20:15:20 +00:00
coleco.h
compis.c (mess) compis: fix HLE keyboard and cleanup (nw) 2013-08-27 22:36:53 +00:00
compiskb.c (MESS) compis: Devcb2 for the keyboard. (nw) 2013-08-19 14:21:17 +00:00
compiskb.h (MESS) compis: Devcb2 for the keyboard. (nw) 2013-08-19 14:21:17 +00:00
comx_clm.c Created new device_video_interface. Right now its sole purpose is to 2013-07-24 19:20:59 +00:00
comx_clm.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
comx_eb.c Moved default card config, device inputs and clock off the slot interface so they can be specified for all cards [smf] 2013-05-29 13:52:16 +00:00
comx_eb.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
comx_epr.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
comx_epr.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
comx_fd.c (MESS) Cleanup. (nw) 2013-08-08 14:58:22 +00:00
comx_fd.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
comx_joy.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
comx_joy.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
comx_prn.c Moved default card config, device inputs and clock off the slot interface so they can be specified for all cards [smf] 2013-05-29 13:52:16 +00:00
comx_prn.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
comx_ram.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
comx_ram.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
comx_thm.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
comx_thm.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
comxexp.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
comxexp.h Moved default card config, device inputs and clock off the slot interface so they can be specified for all cards [smf] 2013-05-29 13:52:16 +00:00
comxpl80.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
comxpl80.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
concept_exp.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
concept_exp.h Cleanups and version bump 2013-06-11 07:16:42 +00:00
concept.c Cleanups and version bump 2013-06-11 07:16:42 +00:00
corvushd.c Cleanups and version bump 2013-07-23 07:18:56 +00:00
cpc_rom.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
cpc_rom.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
cpc_ssa1.c Moved default card config, device inputs and clock off the slot interface so they can be specified for all cards [smf] 2013-05-29 13:52:16 +00:00
cpc_ssa1.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
cpcexp.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
cpcexp.h Moved default card config, device inputs and clock off the slot interface so they can be specified for all cards [smf] 2013-05-29 13:52:16 +00:00
cs4031.c cs4031: fix for the previous commit, ignore external gate a20 when emulation is enabled 2013-08-05 01:23:39 +00:00
cs4031.h cs4031: fix for the previous commit, ignore external gate a20 when emulation is enabled 2013-08-05 01:23:39 +00:00
cs8221.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
cs8221.h (MESS) fixed clang 3.2 warnings about unused private fields (nw) 2013-03-20 00:31:11 +00:00
cuda.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
cuda.h
cx4data.inc Made includes of C files in drivers section to use .inc instead, and also renamed galdrvr.c into galaxian.inc and neodrvr.c to neogeo.inc since it makes more sense (nw) 2013-06-18 14:01:12 +00:00
cx4fn.inc Made includes of C files in drivers section to use .inc instead, and also renamed galdrvr.c into galaxian.inc and neodrvr.c to neogeo.inc since it makes more sense (nw) 2013-06-18 14:01:12 +00:00
cx4oam.inc Made includes of C files in drivers section to use .inc instead, and also renamed galdrvr.c into galaxian.inc and neodrvr.c to neogeo.inc since it makes more sense (nw) 2013-06-18 14:01:12 +00:00
cx4ops.inc Made includes of C files in drivers section to use .inc instead, and also renamed galdrvr.c into galaxian.inc and neodrvr.c to neogeo.inc since it makes more sense (nw) 2013-06-18 14:01:12 +00:00
cybiko.c modernized speaker device. [Fabio Priuli] 2013-06-04 07:57:44 +00:00
d9060.c (MESS) ieee488: Restored some usability. (nw) 2013-07-31 20:19:39 +00:00
d9060.h (MESS) ieee488: Removed device address information from the IEEE-488 bus, allowing devices to be chained. [Curt Coder] 2013-07-30 11:04:32 +00:00
d9060hd.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
d9060hd.h
dai.c Modernized the PIT8253 device. [Fabio Priuli] 2013-06-03 11:39:54 +00:00
dccons.c Preliminary ATAPI/Dreamcast DMA. The timing needs to be moved into the devices, so the timing hack can be removed from the driver. [smf] 2013-09-08 21:17:18 +00:00
dec_lk201.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
dec_lk201.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
dgn_beta.c small MACHINE_RESET cleanup 2013-08-05 11:40:00 +00:00
dgnalpha.c modernised the AY8910 [smf] 2013-05-12 11:17:58 +00:00
diag264_lb_iec.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
diag264_lb_iec.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
diag264_lb_tape.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
diag264_lb_tape.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
diag264_lb_user.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
diag264_lb_user.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
docg3.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
docg3.h removal of not needed includes of devlegcy.h (nw) 2013-06-03 07:30:56 +00:00
dp8390.c (mess) dp8390: don't hang when reg page 2 set (nw) 2013-04-13 03:04:07 +00:00
dp8390.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
dragon.c Cleanups and version bump 2013-04-30 06:36:06 +00:00
ds1315.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
ds1315.h Cleanups and version bump 2013-06-11 07:16:42 +00:00
e01.c PC driver cleanup: 2013-06-13 15:43:56 +00:00
e01.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
e05a03.c Modernized the e05a03 device. Basic testing has been done, but regression testing by someone who knows the driver/system would be appreciated. (nw) 2013-09-10 18:28:16 +00:00
e05a03.h Modernized the e05a03 device. Basic testing has been done, but regression testing by someone who knows the driver/system would be appreciated. (nw) 2013-09-10 18:28:16 +00:00
ecb_grip.c Created new device_video_interface. Right now its sole purpose is to 2013-07-24 19:20:59 +00:00
ecb_grip.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
ecbbus.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
ecbbus.h Moved default card config, device inputs and clock off the slot interface so they can be specified for all cards [smf] 2013-05-29 13:52:16 +00:00
econet.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
econet.h Moved default card config, device inputs and clock off the slot interface so they can be specified for all cards [smf] 2013-05-29 13:52:16 +00:00
egret.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
egret.h
einstein.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
electron.c Anonymous timers begone! (nw) 2013-05-29 03:50:41 +00:00
ep64_exdos.c Cleanups and version bump 2013-06-11 07:16:42 +00:00
ep64_exdos.h Cleanups and version bump 2013-06-11 07:16:42 +00:00
ep64exp.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
ep64exp.h Cleanups and version bump 2013-06-11 07:16:42 +00:00
epson_sio.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
epson_sio.h Moved default card config, device inputs and clock off the slot interface so they can be specified for all cards [smf] 2013-05-29 13:52:16 +00:00
esqpanel.c Cleanups and version bump 2013-07-23 07:18:56 +00:00
esqpanel.h Cleanups and version bump 2013-07-23 07:18:56 +00:00
esqvfd.c (MESS) Ensoniq: document latest panel protocol findings [Christian Brunschen] 2013-07-18 02:23:41 +00:00
esqvfd.h (MESS) Ensoniq: document latest panel protocol findings [Christian Brunschen] 2013-07-18 02:23:41 +00:00
europc.c Modernized the PIT8253 device. [Fabio Priuli] 2013-06-03 11:39:54 +00:00
fd2000.c (MESS) cbmiec: Restored some usability. (nw) 2013-08-01 10:54:25 +00:00
fd2000.h (MESS) cbmiec: Removed device address information from the IEC bus, allowing devices to be chained. [Curt Coder] 2013-07-29 20:44:39 +00:00
fm_scsi.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
fm_scsi.h (MESS) fixed clang 3.2 warnings about unused private fields (nw) 2013-03-20 00:31:11 +00:00
galaxy.c Cleanups and version bump 2013-04-30 06:36:06 +00:00
gamecom.c more cleanup (nw) 2013-04-14 11:10:54 +00:00
gamepock.c modernized speaker device. [Fabio Priuli] 2013-06-04 07:57:44 +00:00
gb_mbc.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
gb_mbc.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
gb_rom.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
gb_rom.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
gb_slot.c Fixed missing devices from XML (excluding legacy cpu) (nw) 2013-08-23 10:48:21 +00:00
gb_slot.h Cleanups and version bump 2013-07-23 07:18:56 +00:00
gb.c Cleanups and version bump 2013-07-23 07:18:56 +00:00
gba_rom.c Cleanups and version bump 2013-06-11 07:16:42 +00:00
gba_rom.h Cleanups and version bump 2013-06-11 07:16:42 +00:00
gba_slot.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
gba_slot.h Cleanups and version bump 2013-06-11 07:16:42 +00:00
genpc.c (MESS) ibm5150: Fixed keyboard regression introduced in r24103. On the ibm5150 the PPI PB2 output cannot influence the mainboard keyboard data output. (nw) 2013-09-10 20:54:34 +00:00
hardbox.c (MESS) ieee488: Restored some usability. (nw) 2013-07-31 20:19:39 +00:00
hardbox.h (MESS) ieee488: Restored some usability. (nw) 2013-07-31 20:19:39 +00:00
hd63450.c devlegcy.h usage cleanup (nw) 2013-07-10 11:34:30 +00:00
hd63450.h
hd64610.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
hd64610.h (MESS) added missing dirtc initialization to hd64610_device (nw) 2013-02-22 21:45:22 +00:00
hec2hrp.c some mostly pc related cleanup (nw) 2013-04-18 11:54:35 +00:00
hecdisk2.c some mostly pc related cleanup (nw) 2013-04-18 11:54:35 +00:00
hp48.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
i8271.c devlegcy.h usage cleanup (nw) 2013-07-10 11:34:30 +00:00
i8271.h
i82371ab.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
i82371ab.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
i82371sb.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
i82371sb.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
i82439tx.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
i82439tx.h
ieee488.c (MESS) ieee488: Restored some usability. (nw) 2013-07-31 20:19:39 +00:00
ieee488.h (MESS) ieee488: Restored some usability. (nw) 2013-07-31 20:19:39 +00:00
imi5000h.c Cleanups and version bump 2013-07-23 07:18:56 +00:00
imi5000h.h (MESS) imi5000h: Added CTC/PIO handlers. (nw) 2013-06-13 19:07:00 +00:00
interpod.c (MESS) cbmiec: Restored some usability. (nw) 2013-08-01 10:54:25 +00:00
interpod.h (MESS) cbmiec: Removed device address information from the IEC bus, allowing devices to be chained. [Curt Coder] 2013-07-29 20:44:39 +00:00
intv.c fixed buffer overflow in src/mess/machine/intv.c detected by AddressSanitizer (nw) 2013-07-19 21:41:13 +00:00
iq151_disc2.c Moved default card config, device inputs and clock off the slot interface so they can be specified for all cards [smf] 2013-05-29 13:52:16 +00:00
iq151_disc2.h Cleanups and version bump 2013-04-09 06:46:57 +00:00
iq151_minigraf.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
iq151_minigraf.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
iq151_ms151a.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
iq151_ms151a.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
iq151_rom.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
iq151_rom.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
iq151_staper.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
iq151_staper.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
iq151cart.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
iq151cart.h Moved default card config, device inputs and clock off the slot interface so they can be specified for all cards [smf] 2013-05-29 13:52:16 +00:00
irisha.c modernized speaker device. [Fabio Priuli] 2013-06-04 07:57:44 +00:00
isa_adlib.c modernised YM3812 [smf] 2013-05-13 13:03:38 +00:00
isa_adlib.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
isa_aha1542.c Cleanups and version bump 2013-04-09 06:46:57 +00:00
isa_aha1542.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
isa_cards.c Renamed IDE8 to XTIDE. [smf] 2013-09-08 15:38:25 +00:00
isa_cards.h Renamed IDE8 to XTIDE. [smf] 2013-09-08 15:38:25 +00:00
isa_com.c Moved default card config, device inputs and clock off the slot interface so they can be specified for all cards [smf] 2013-05-29 13:52:16 +00:00
isa_com.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
isa_fdc.c Added ata_interface_device, ide_controller_device is now only for pc register mapping. Renamed ide_mass_storage_device to ata_mass_storage_device. Changed ide_hdd_device so it only picks up it's image from the harddisk_image_device, which does a lookup to see if there is a region itself. (nw) 2013-06-19 10:35:43 +00:00
isa_fdc.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
isa_finalchs.c use MEMBERS instead of HANDLERS (nw) 2013-04-18 18:19:04 +00:00
isa_finalchs.h use MEMBERS instead of HANDLERS (nw) 2013-04-18 18:19:04 +00:00
isa_gblaster.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
isa_gblaster.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
isa_gus.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
isa_gus.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
isa_hdc.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
isa_hdc.h
isa_ibm_mfc.c Modernized the PIT8253 device. [Fabio Priuli] 2013-06-03 11:39:54 +00:00
isa_ibm_mfc.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
isa_ide.c Uses one timer instead of anonymous timers, so that resetting the device will stop any outstanding work. BSY is always set when waiting for the busy timer to fire. Implemented DASP & PDIAG functionality, device 1 is detected during reset & if device 1 fails diagnostic then device 0 sets bit 7 of it's diagnostic result. Ide cards now default to 1 hard disk, otherwise device 1 without a chd will cause device 0 to report a controller error (AMIBIOS for example doesn't allow booting from device 0 if device 1 fails). Timing of DASP & PDIAG is set very short because of lack of wait states when accessing ATA bus. Improved SRST functionality, which has meant viper needed to be changed to trigger a hard reset instead of a soft reset. Writes to the command register are now ignored with BSY or DRQ is set (packet devices can accept the DEVICE RESET command but they are not supported yet). [smf] 2013-06-24 10:24:14 +00:00
isa_ide.h First pass at tidying up ide interface. It no longer tries to force everything to act as a PC. A copy of the VIA VT83C461 datasheet would be useful to remove some of the hacks added to make the games using it work again. [smf] 2013-06-08 15:42:11 +00:00
isa_mpu401.c (MESS) MPU-401: preliminary checkpoint. [R. Belmont, kevtris] 2013-08-11 21:29:58 +00:00
isa_mpu401.h (MESS) MPU-401: preliminary checkpoint. [R. Belmont, kevtris] 2013-08-11 21:29:58 +00:00
isa_sblaster.c Moved default card config, device inputs and clock off the slot interface so they can be specified for all cards [smf] 2013-05-29 13:52:16 +00:00
isa_sblaster.h diserial: add attotime and clock-div forms of set_rate and rename check_for_start to rx_w (nw) 2013-06-30 18:00:34 +00:00
isa_ssi2001.c (mess) slotify pc joystick [Carl] 2013-05-10 22:38:58 +00:00
isa_ssi2001.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
isa_stereo_fx.c modernised YM3812 [smf] 2013-05-13 13:03:38 +00:00
isa_stereo_fx.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
isa_wd1002a_wx1.c (MESS) Added skeleton for WD1002A-WX1 hard disk controller card. (nw) 2013-07-30 06:04:04 +00:00
isa_wd1002a_wx1.h (MESS) Added skeleton for WD1002A-WX1 hard disk controller card. (nw) 2013-07-30 06:04:04 +00:00
isa_wdxt_gen.c (MESS) pc1512: Fixed regression. (nw) 2013-06-13 19:16:51 +00:00
isa_wdxt_gen.h (MESS) pc1512: Fixed regression. (nw) 2013-06-13 19:16:51 +00:00
isa_xtide.c Renamed IDE8 to XTIDE. [smf] 2013-09-08 15:38:25 +00:00
isa_xtide.h Renamed IDE8 to XTIDE. [smf] 2013-09-08 15:38:25 +00:00
isa.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
isa.h flagged a few more things as deprecated (nw) 2013-08-22 10:50:52 +00:00
k7659kb.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
k7659kb.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
kay_kbd.c made BEEP and RAM devices initialize in constructor of driver classes (nw) 2013-04-23 07:11:57 +00:00
kaypro.c (MESS) kaypro : various 2013-09-06 17:39:54 +00:00
kb3600.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
kb3600.h (MESS) fixed uninitialized variable in src/mess/machines/kb3600.c (nw) 2013-02-16 14:01:08 +00:00
kb_7007_3.h
kb_keytro.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
kb_keytro.h
kb_msnat.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
kb_msnat.h Some emu.h related redundant #include cleanup (nw) 2013-07-17 04:37:56 +00:00
kb_pc83.c Cleanups and version bump 2013-07-23 07:18:56 +00:00
kb_pc83.h Cleanups and version bump 2013-07-23 07:18:56 +00:00
kb_pcat84.c Cleanups and version bump 2013-07-23 07:18:56 +00:00
kb_pcat84.h Cleanups and version bump 2013-07-23 07:18:56 +00:00
kb_pcxt83.c Cleanups and version bump 2013-07-23 07:18:56 +00:00
kb_pcxt83.h Cleanups and version bump 2013-07-23 07:18:56 +00:00
kc_d002.c Moved default card config, device inputs and clock off the slot interface so they can be specified for all cards [smf] 2013-05-29 13:52:16 +00:00
kc_d002.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
kc_d004.c Uses one timer instead of anonymous timers, so that resetting the device will stop any outstanding work. BSY is always set when waiting for the busy timer to fire. Implemented DASP & PDIAG functionality, device 1 is detected during reset & if device 1 fails diagnostic then device 0 sets bit 7 of it's diagnostic result. Ide cards now default to 1 hard disk, otherwise device 1 without a chd will cause device 0 to report a controller error (AMIBIOS for example doesn't allow booting from device 0 if device 1 fails). Timing of DASP & PDIAG is set very short because of lack of wait states when accessing ATA bus. Improved SRST functionality, which has meant viper needed to be changed to trigger a hard reset instead of a soft reset. Writes to the command register are now ignored with BSY or DRQ is set (packet devices can accept the DEVICE RESET command but they are not supported yet). [smf] 2013-06-24 10:24:14 +00:00
kc_d004.h Added ata_interface_device, ide_controller_device is now only for pc register mapping. Renamed ide_mass_storage_device to ata_mass_storage_device. Changed ide_hdd_device so it only picks up it's image from the harddisk_image_device, which does a lookup to see if there is a region itself. (nw) 2013-06-19 10:35:43 +00:00
kc_keyb.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
kc_keyb.h
kc_ram.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
kc_ram.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
kc_rom.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
kc_rom.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
kc.c Fixes for building MESS with Visual Studio 2013 preview [smf] 2013-07-05 11:25:00 +00:00
kcexp.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
kcexp.h changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
keyboard.c (MESS) terminal: Added some natural keys. (nw) 2013-06-25 19:18:19 +00:00
keyboard.h diserial: add attotime and clock-div forms of set_rate and rename check_for_start to rx_w (nw) 2013-06-30 18:00:34 +00:00
kr2376.c devlegcy.h usage cleanup (nw) 2013-07-10 11:34:30 +00:00
kr2376.h
kramermc.c Removal of machine().root_device() where appropriate (nw) 2013-04-14 10:46:03 +00:00
laser128.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
laser128.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
lh5810.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
lh5810.h
lisa.c modernized speaker device. [Fabio Priuli] 2013-06-04 07:57:44 +00:00
llc.c modernized speaker device. [Fabio Priuli] 2013-06-04 07:57:44 +00:00
lux4105.c (MESS) abc1600: Fixed regression. (nw) 2013-05-21 13:36:34 +00:00
lux4105.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
lux10828.c (MESS) abcbus: devcb2. (nw) 2013-06-08 20:29:35 +00:00
lux10828.h (MESS) abcbus: devcb2. (nw) 2013-06-08 20:29:35 +00:00
lux21046.c (MESS) abcbus: devcb2. (nw) 2013-06-08 20:29:35 +00:00
lux21046.h (MESS) abcbus: devcb2. (nw) 2013-06-08 20:29:35 +00:00
lviv.c modernized speaker device. [Fabio Priuli] 2013-06-04 07:57:44 +00:00
lynx.c Anonymous timers begone! (nw) 2013-05-29 03:50:41 +00:00
mac.c (MESS): Checkpoint original Mac keyboard LLE, make it possible to select by #ifdef (nw) 2013-09-08 01:17:52 +00:00
macadb.c
mackbd.c (MESS): Checkpoint original Mac keyboard LLE, make it possible to select by #ifdef (nw) 2013-09-08 01:17:52 +00:00
mackbd.h (MESS): Checkpoint original Mac keyboard LLE, make it possible to select by #ifdef (nw) 2013-09-08 01:17:52 +00:00
macpci.c moving some static functions in driver state for MESS drivers plus some other modernization (nw) 2013-04-18 08:44:08 +00:00
macpds.c Cleanups and version bump 2013-07-23 07:18:56 +00:00
macpds.h (MESS) Mac updates: [R. Belmont] 2013-07-21 01:40:48 +00:00
macrtc.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
macrtc.h
mb8795.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
mb8795.h dinetwork: remove mcast_chk and check for multicast in recv (nw) 2013-03-02 03:29:47 +00:00
mb89352.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
mb89352.h
mbc55x.c Modernized the PIT8253 device. [Fabio Priuli] 2013-06-03 11:39:54 +00:00
mbee.c Fixed crash in mbee128 reported by Tafoid (nw) 2013-07-17 08:17:03 +00:00
mboard.c Cleanups and version bump 2013-06-11 07:16:42 +00:00
mc80.c (MESS) Refactored drivers to use z80dart.c instead of z80sio.c, the easy part. (nw) 2013-05-27 20:10:47 +00:00
mc68328.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
mc68328.h Cleanups and version bump 2013-06-11 07:16:42 +00:00
md_eeprom.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
md_eeprom.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
md_jcart.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
md_jcart.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
md_rom.c fixed array out-of-bounds access in src/mess/machine/md_rom.c for chinf3 (nw) 2013-07-20 13:41:13 +00:00
md_rom.h Cleanups and version bump 2013-06-11 07:16:42 +00:00
md_sk.c Moved default card config, device inputs and clock off the slot interface so they can be specified for all cards [smf] 2013-05-29 13:52:16 +00:00
md_sk.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
md_slot.c moved sega pico out of megadriv.c and into segapico.c, it really has nothing in common with the MD aside the CPU+VDP and should be properly separated. 2013-08-11 18:35:33 +00:00
md_slot.h moved sega pico out of megadriv.c and into segapico.c, it really has nothing in common with the MD aside the CPU+VDP and should be properly separated. 2013-08-11 18:35:33 +00:00
md_stm95.c (MESS) added a bunch of slot-related save registrations. nw. 2013-05-10 15:12:14 +00:00
md_stm95.h Cleanups and version bump 2013-05-20 06:51:25 +00:00
md_svp.c (MESS) added a bunch of slot-related save registrations. nw. 2013-05-10 15:12:14 +00:00
md_svp.h Cleanups and version bump 2013-04-09 06:46:57 +00:00
mface2.c Moved default card config, device inputs and clock off the slot interface so they can be specified for all cards [smf] 2013-05-29 13:52:16 +00:00
mface2.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
microdrv.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
microdrv.h Moved some mess devices to proper place (nw) 2013-02-22 10:53:15 +00:00
micropolis.c Modernized the micropolis device. Testing needed. (nw) 2013-09-10 18:43:31 +00:00
micropolis.h Modernized the micropolis device. Testing needed. (nw) 2013-09-10 18:43:31 +00:00
microtan.c A few less anonymous timers in the world. (nw) 2013-05-27 18:46:30 +00:00
midiinport.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
midiinport.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
midioutport.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
midioutport.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
mikro80.c A few less anonymous timers in the world. (nw) 2013-05-27 18:46:30 +00:00
mos6702.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
mos6702.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
mos8706.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
mos8706.h
mos8722.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
mos8722.h
mos8726.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
mos8726.h
mpc105.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
mpc105.h
mpu401.c MIDI: System Common messages should not override running status, fixes Sierra games crashing with the MT-32. [R. Belmont] 2013-08-13 04:24:21 +00:00
mpu401.h (MESS) MPU-401: Preliminary working MIDI out. [R. Belmont] 2013-08-12 04:35:26 +00:00
msm6222b.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
msm6222b.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
msx_slot.c modernised YM2413 [smf] 2013-05-13 14:08:19 +00:00
msx.c Cleanups and version bump 2013-06-11 07:16:42 +00:00
mtx.c small MACHINE_RESET cleanup 2013-08-05 11:40:00 +00:00
mz80.c modernized speaker device. [Fabio Priuli] 2013-06-04 07:57:44 +00:00
mz700.c Created new device_video_interface. Right now its sole purpose is to 2013-07-24 19:20:59 +00:00
nascom1.c (MESS) modernized AY-3-1015 device. [Fabio Priuli] 2013-06-04 14:13:35 +00:00
nc.c moving some static functions in driver state for MESS drivers plus some other modernization (nw) 2013-04-18 08:44:08 +00:00
ncr5380.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
ncr5380.h more state cleanup and some modernization (nw) 2013-04-19 07:20:14 +00:00
ncr5380n.c Converted NCR5380N to devcb2 [smf] 2013-05-29 19:19:20 +00:00
ncr5380n.h Converted NCR5380N to devcb2 [smf] 2013-05-29 19:19:20 +00:00
ncr5390.c Converted NCR5390 to devcb2 & use MCFG_DEVICE_CLOCK to set SCSI chip clock [smf] 2013-05-29 19:36:11 +00:00
ncr5390.h Converted NCR5390 to devcb2 & use MCFG_DEVICE_CLOCK to set SCSI chip clock [smf] 2013-05-29 19:36:11 +00:00
ne1000.c (mess) dp8390: don't hang when reg page 2 set (nw) 2013-04-13 03:04:07 +00:00
ne1000.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
ne2000.c (mess) dp8390: don't hang when reg page 2 set (nw) 2013-04-13 03:04:07 +00:00
ne2000.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
nes_ave.c Cleanups and version bump 2013-04-30 06:36:06 +00:00
nes_ave.h (MESS) nes.c: major refactoring and improvements of NES/FC cart emulation: [Fabio Priuli] 2013-04-21 19:27:29 +00:00
nes_bandai.c Cleanups and version bump 2013-04-30 06:36:06 +00:00
nes_bandai.h Cleanups and version bump 2013-04-30 06:36:06 +00:00
nes_benshieng.c (MESS) nes.c: major refactoring and improvements of NES/FC cart emulation: [Fabio Priuli] 2013-04-21 19:27:29 +00:00
nes_benshieng.h (MESS) nes.c: major refactoring and improvements of NES/FC cart emulation: [Fabio Priuli] 2013-04-21 19:27:29 +00:00
nes_bootleg.c Cleanups and version bump 2013-05-20 06:51:25 +00:00
nes_bootleg.h Cleanups and version bump 2013-05-20 06:51:25 +00:00
nes_camerica.c Cleanups and version bump 2013-04-30 06:36:06 +00:00
nes_camerica.h (MESS) nes.c: major refactoring and improvements of NES/FC cart emulation: [Fabio Priuli] 2013-04-21 19:27:29 +00:00
nes_cne.c (MESS) nes.c: major refactoring and improvements of NES/FC cart emulation: [Fabio Priuli] 2013-04-21 19:27:29 +00:00
nes_cne.h (MESS) nes.c: major refactoring and improvements of NES/FC cart emulation: [Fabio Priuli] 2013-04-21 19:27:29 +00:00
nes_cony.c Cleanups and version bump 2013-04-30 06:36:06 +00:00
nes_cony.h Cleanups and version bump 2013-04-30 06:36:06 +00:00
nes_discrete.c Cleanups and version bump 2013-04-30 06:36:06 +00:00
nes_discrete.h (MESS) nes.c: major refactoring and improvements of NES/FC cart emulation: [Fabio Priuli] 2013-04-21 19:27:29 +00:00
nes_event.c a bunch of cleanups. nw. 2013-04-22 15:15:05 +00:00
nes_event.h a bunch of cleanups. nw. 2013-04-22 15:15:05 +00:00
nes_ggenie.c Moved default card config, device inputs and clock off the slot interface so they can be specified for all cards [smf] 2013-05-29 13:52:16 +00:00
nes_ggenie.h (MESS) nes.c: major refactoring and improvements of NES/FC cart emulation: [Fabio Priuli] 2013-04-21 19:27:29 +00:00
nes_henggedianzi.c (MESS) nes.c: major refactoring and improvements of NES/FC cart emulation: [Fabio Priuli] 2013-04-21 19:27:29 +00:00
nes_henggedianzi.h (MESS) nes.c: major refactoring and improvements of NES/FC cart emulation: [Fabio Priuli] 2013-04-21 19:27:29 +00:00
nes_hes.c (MESS) nes.c: major refactoring and improvements of NES/FC cart emulation: [Fabio Priuli] 2013-04-21 19:27:29 +00:00
nes_hes.h (MESS) nes.c: major refactoring and improvements of NES/FC cart emulation: [Fabio Priuli] 2013-04-21 19:27:29 +00:00
nes_hosenkan.c (MESS) nes.c: major refactoring and improvements of NES/FC cart emulation: [Fabio Priuli] 2013-04-21 19:27:29 +00:00
nes_hosenkan.h (MESS) nes.c: major refactoring and improvements of NES/FC cart emulation: [Fabio Priuli] 2013-04-21 19:27:29 +00:00
nes_ines.inc Made includes of C files in drivers section to use .inc instead, and also renamed galdrvr.c into galaxian.inc and neodrvr.c to neogeo.inc since it makes more sense (nw) 2013-06-18 14:01:12 +00:00
nes_irem.c Cleanups and version bump 2013-04-30 06:36:06 +00:00
nes_irem.h Cleanups and version bump 2013-04-30 06:36:06 +00:00
nes_jaleco.c Cleanups and version bump 2013-04-30 06:36:06 +00:00
nes_jaleco.h Cleanups and version bump 2013-04-30 06:36:06 +00:00
nes_jy.c (MESS) nes.c: slightly more refined open bus emulation (still not 100% accurate, but it suffices 2013-05-09 08:15:16 +00:00
nes_jy.h a bunch of cleanups. nw. 2013-04-22 15:15:05 +00:00
nes_kaiser.c Cleanups and version bump 2013-05-20 06:51:25 +00:00
nes_kaiser.h Cleanups and version bump 2013-05-20 06:51:25 +00:00
nes_konami.c modernised YM2413 [smf] 2013-05-13 14:08:19 +00:00
nes_konami.h modernised YM2413 [smf] 2013-05-13 14:08:19 +00:00
nes_legacy.c (MESS) NES IRQ clean up part 3: Improved IRQ assert/clear mechanism 2013-04-29 07:24:50 +00:00
nes_legacy.h Cleanups and version bump 2013-04-30 06:36:06 +00:00
nes_mmc1.c (MESS) nes.c: slightly more refined open bus emulation (still not 100% accurate, but it suffices 2013-05-09 08:15:16 +00:00
nes_mmc1.h (MESS) nes.c: major refactoring and improvements of NES/FC cart emulation: [Fabio Priuli] 2013-04-21 19:27:29 +00:00
nes_mmc2.c (MESS) nes.c: major refactoring and improvements of NES/FC cart emulation: [Fabio Priuli] 2013-04-21 19:27:29 +00:00
nes_mmc2.h (MESS) nes.c: major refactoring and improvements of NES/FC cart emulation: [Fabio Priuli] 2013-04-21 19:27:29 +00:00
nes_mmc3_clones.c Cleanups and version bump 2013-05-20 06:51:25 +00:00
nes_mmc3_clones.h (MESS) nes.c: added a new fds conversion dump found in a big chinese pack. emulation 2013-05-13 14:29:50 +00:00
nes_mmc3.c (MESS) nes.c: slightly more refined open bus emulation (still not 100% accurate, but it suffices 2013-05-09 08:15:16 +00:00
nes_mmc3.h (MESS) nes.c: major refactoring and improvements of NES/FC cart emulation: [Fabio Priuli] 2013-04-21 19:27:29 +00:00
nes_mmc5.c (MESS) NES IRQ clean up part 3: Improved IRQ assert/clear mechanism 2013-04-29 07:24:50 +00:00
nes_mmc5.h (MESS) nes.c: major refactoring and improvements of NES/FC cart emulation: [Fabio Priuli] 2013-04-21 19:27:29 +00:00
nes_multigame.c (MESS) nes.c: slightly more refined open bus emulation (still not 100% accurate, but it suffices 2013-05-09 08:15:16 +00:00
nes_multigame.h (MESS) nes.c: major refactoring and improvements of NES/FC cart emulation: [Fabio Priuli] 2013-04-21 19:27:29 +00:00
nes_namcot.c (MESS) nes: fixed nvram mirroring in Family Circuit '91 (Namcot-175 board). [Fabio Priuli] 2013-05-25 14:49:38 +00:00
nes_namcot.h (MESS) nes: fixed nvram mirroring in Family Circuit '91 (Namcot-175 board). [Fabio Priuli] 2013-05-25 14:49:38 +00:00
nes_nanjing.c (MESS) nes.c: major refactoring and improvements of NES/FC cart emulation: [Fabio Priuli] 2013-04-21 19:27:29 +00:00
nes_nanjing.h (MESS) nes.c: major refactoring and improvements of NES/FC cart emulation: [Fabio Priuli] 2013-04-21 19:27:29 +00:00
nes_ntdec.c (MESS) nes.c: fixed NINA-001 emulation (mapper 34), promoting Impossible Mission II to working 2013-04-22 13:23:56 +00:00
nes_ntdec.h (MESS) nes.c: major refactoring and improvements of NES/FC cart emulation: [Fabio Priuli] 2013-04-21 19:27:29 +00:00
nes_nxrom.c (MESS) nes.c: greatly improved save state stability, by adding registration of on-cart VRAM/WRAM. [Fabio Priuli] 2013-05-10 15:15:27 +00:00
nes_nxrom.h (MESS) nes.c: major refactoring and improvements of NES/FC cart emulation: [Fabio Priuli] 2013-04-21 19:27:29 +00:00
nes_pcb.inc Made includes of C files in drivers section to use .inc instead, and also renamed galdrvr.c into galaxian.inc and neodrvr.c to neogeo.inc since it makes more sense (nw) 2013-06-18 14:01:12 +00:00
nes_pirate.c (MESS) nes.c: slightly more refined open bus emulation (still not 100% accurate, but it suffices 2013-05-09 08:15:16 +00:00
nes_pirate.h Cleanups and version bump 2013-04-30 06:36:06 +00:00
nes_pt554.c (MESS) nes.c: major refactoring and improvements of NES/FC cart emulation: [Fabio Priuli] 2013-04-21 19:27:29 +00:00
nes_pt554.h (MESS) nes.c: major refactoring and improvements of NES/FC cart emulation: [Fabio Priuli] 2013-04-21 19:27:29 +00:00
nes_racermate.c (MESS) nes.c: major refactoring and improvements of NES/FC cart emulation: [Fabio Priuli] 2013-04-21 19:27:29 +00:00
nes_racermate.h (MESS) nes.c: major refactoring and improvements of NES/FC cart emulation: [Fabio Priuli] 2013-04-21 19:27:29 +00:00
nes_rcm.c (MESS) nes.c: major refactoring and improvements of NES/FC cart emulation: [Fabio Priuli] 2013-04-21 19:27:29 +00:00
nes_rcm.h (MESS) nes.c: major refactoring and improvements of NES/FC cart emulation: [Fabio Priuli] 2013-04-21 19:27:29 +00:00
nes_rexsoft.c (MESS) nes.c: fixed NINA-001 emulation (mapper 34), promoting Impossible Mission II to working 2013-04-22 13:23:56 +00:00
nes_rexsoft.h (MESS) nes.c: major refactoring and improvements of NES/FC cart emulation: [Fabio Priuli] 2013-04-21 19:27:29 +00:00
nes_sachen.c Cleanups and version bump 2013-04-30 06:36:06 +00:00
nes_sachen.h (MESS) nes.c: major refactoring and improvements of NES/FC cart emulation: [Fabio Priuli] 2013-04-21 19:27:29 +00:00
nes_slot.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
nes_slot.h Moved default card config, device inputs and clock off the slot interface so they can be specified for all cards [smf] 2013-05-29 13:52:16 +00:00
nes_somari.c Cleanups and version bump 2013-04-30 06:36:06 +00:00
nes_somari.h (MESS) nes.c: Fixed remaining known bootleg PCBs (mostly SMB2 FDS conversions) and 2013-04-24 06:36:07 +00:00
nes_sunsoft_dcs.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
nes_sunsoft_dcs.h Moved default card config, device inputs and clock off the slot interface so they can be specified for all cards [smf] 2013-05-29 13:52:16 +00:00
nes_sunsoft.c modernised the AY8910 [smf] 2013-05-12 11:17:58 +00:00
nes_sunsoft.h Cleanups and version bump 2013-04-30 06:36:06 +00:00
nes_taito.c (MESS) nes.c: slightly more refined open bus emulation (still not 100% accurate, but it suffices 2013-05-09 08:15:16 +00:00
nes_taito.h (MESS) nes.c: major refactoring and improvements of NES/FC cart emulation: [Fabio Priuli] 2013-04-21 19:27:29 +00:00
nes_tengen.c (MESS) NES IRQ clean up part 3: Improved IRQ assert/clear mechanism 2013-04-29 07:24:50 +00:00
nes_tengen.h a bunch of cleanups. nw. 2013-04-22 15:15:05 +00:00
nes_txc.c Cleanups and version bump 2013-04-30 06:36:06 +00:00
nes_txc.h (MESS) nes.c: major refactoring and improvements of NES/FC cart emulation: [Fabio Priuli] 2013-04-21 19:27:29 +00:00
nes_unif.inc Made includes of C files in drivers section to use .inc instead, and also renamed galdrvr.c into galaxian.inc and neodrvr.c to neogeo.inc since it makes more sense (nw) 2013-06-18 14:01:12 +00:00
nes_waixing.c Cleanups and version bump 2013-04-30 06:36:06 +00:00
nes_waixing.h Fixed potential out of bounds array access. (nw) 2013-04-24 18:21:58 +00:00
nes.c Cleanups and version bump 2013-07-23 07:18:56 +00:00
nextkbd.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
nextkbd.h
nextmo.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
nextmo.h
northbridge.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
northbridge.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
nubus_asntmc3b.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
nubus_asntmc3b.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
nubus_image.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
nubus_image.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
nubus.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
nubus.h Moved default card config, device inputs and clock off the slot interface so they can be specified for all cards [smf] 2013-05-29 13:52:16 +00:00
null_modem.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
null_modem.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
omti8621.c devlegcy.h usage cleanup (nw) 2013-07-10 11:34:30 +00:00
omti8621.h
ondra.c
orao.c (MESS) cassette cleanup (nw) 2013-04-17 08:30:36 +00:00
oric.c modernised the AY8910 [smf] 2013-05-12 11:17:58 +00:00
orion.c modernized speaker device. [Fabio Priuli] 2013-06-04 07:57:44 +00:00
osborne1.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
p2000t.c modernized speaker device. [Fabio Priuli] 2013-06-04 07:57:44 +00:00
partner.c removed implementation of legacy DEVCB_MEMORY_HANDLER and used members instead (nw) 2013-04-24 14:54:54 +00:00
pc1251.c A few less anonymous timers in the world. (nw) 2013-05-27 18:46:30 +00:00
pc1350.c A few less anonymous timers in the world. (nw) 2013-05-27 18:46:30 +00:00
pc1401.c Anonymous timers begone! (nw) 2013-05-29 03:50:41 +00:00
pc1403.c Anonymous timers begone! (nw) 2013-05-29 03:50:41 +00:00
pc1512kb.c (MESS) devcb2. (nw) 2013-06-09 20:49:03 +00:00
pc1512kb.h (MESS) devcb2. (nw) 2013-06-09 20:49:03 +00:00
pc9801_26.c (MESS) pc9801_26: fixed "Error performing a late bind of type 18pc9801_slot_device to 16pc9801_26_device". nw. 2013-05-17 17:13:25 +00:00
pc9801_26.h some mess device callback cleanup (nw) 2013-04-05 12:53:29 +00:00
pc9801_86.c cleaner way (nw) 2013-08-01 13:36:40 +00:00
pc9801_86.h some mess device callback cleanup (nw) 2013-04-05 12:53:29 +00:00
pc9801_118.c cleaner way (nw) 2013-08-01 13:36:40 +00:00
pc9801_118.h some mess device callback cleanup (nw) 2013-04-05 12:53:29 +00:00
pc9801_cbus.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
pc9801_cbus.h Moved default card config, device inputs and clock off the slot interface so they can be specified for all cards [smf] 2013-05-29 13:52:16 +00:00
pc9801_kbd.c i286: modernize [Carl] 2013-07-25 00:58:24 +00:00
pc9801_kbd.h
pc_fdc.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
pc_fdc.h some more cleanup (nw) 2013-04-18 12:50:58 +00:00
pc_joy_sw.c Cleanups and version bump 2013-05-20 06:51:25 +00:00
pc_joy_sw.h (mess) pc_joy_sw: add MS Sidewinder pad [Carl] 2013-05-14 21:39:57 +00:00
pc_joy.c (mess) pc_joy_sw: add MS Sidewinder pad [Carl] 2013-05-14 21:39:57 +00:00
pc_joy.h Moved default card config, device inputs and clock off the slot interface so they can be specified for all cards [smf] 2013-05-29 13:52:16 +00:00
pc_kbdc.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
pc_kbdc.h Moved default card config, device inputs and clock off the slot interface so they can be specified for all cards [smf] 2013-05-29 13:52:16 +00:00
pc_keyboards.c (MESS) ibm5150: Keyboard WIP. (nw) 2013-06-24 21:23:34 +00:00
pc_keyboards.h Cleanups and version bump 2013-07-23 07:18:56 +00:00
pc_lpt.c Modernized pc_lpt device. (nw) 2013-09-08 07:41:29 +00:00
pc_lpt.h Modernized pc_lpt device. (nw) 2013-09-08 07:41:29 +00:00
pc.c (MESS) ibmpcjr: Fixed loading of imagic cartridge dumps. (nw) 2013-08-08 18:58:49 +00:00
pce220_ser.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
pce220_ser.h
pce_cd.c Cleanups and version bump 2013-06-11 07:16:42 +00:00
pce_cd.h Cleanups and version bump 2013-06-11 07:16:42 +00:00
pce_rom.c (MESS) pce: fixed RAM access with some cart types. one bug out, but still not enough to fix MT report... nw. 2013-06-12 10:51:12 +00:00
pce_rom.h Cleanups and version bump 2013-06-11 07:16:42 +00:00
pce_slot.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
pce_slot.h Cleanups and version bump 2013-06-11 07:16:42 +00:00
pce.c Cleanups and version bump 2013-06-11 07:16:42 +00:00
pecom.c
pet_64k.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
pet_64k.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
petcass.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
petcass.h Moved default card config, device inputs and clock off the slot interface so they can be specified for all cards [smf] 2013-05-29 13:52:16 +00:00
petexp.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
petexp.h Moved default card config, device inputs and clock off the slot interface so they can be specified for all cards [smf] 2013-05-29 13:52:16 +00:00
petuser.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
petuser.h Moved default card config, device inputs and clock off the slot interface so they can be specified for all cards [smf] 2013-05-29 13:52:16 +00:00
pf10.c m6800.c: Modernized cpu core (nw) 2013-08-07 17:19:22 +00:00
pf10.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
pk8020.c modernized speaker device. [Fabio Priuli] 2013-06-04 07:57:44 +00:00
plus4_sid.c Moved default card config, device inputs and clock off the slot interface so they can be specified for all cards [smf] 2013-05-29 13:52:16 +00:00
plus4_sid.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
plus4_std.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
plus4_std.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
plus4exp.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
plus4exp.h Moved default card config, device inputs and clock off the slot interface so they can be specified for all cards [smf] 2013-05-29 13:52:16 +00:00
plus4user.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
plus4user.h Moved default card config, device inputs and clock off the slot interface so they can be specified for all cards [smf] 2013-05-29 13:52:16 +00:00
pmd85.c Modernized the PIT8253 device. [Fabio Priuli] 2013-06-03 11:39:54 +00:00
poly88.c Anonymous timers begone! (nw) 2013-05-29 03:50:41 +00:00
pp01.c Modernized the PIT8253 device. [Fabio Priuli] 2013-06-03 11:39:54 +00:00
primo.c modernized speaker device. [Fabio Priuli] 2013-06-04 07:57:44 +00:00
psion_pack.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
psion_pack.h
psxanalog.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
psxanalog.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
psxcard.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
psxcard.h (mess) psxmultitap: add multitap support [Carl] 2013-05-06 00:09:10 +00:00
psxcd.c Fix device duplicated name/descriptions (nw) 2013-06-21 17:58:03 +00:00
psxcd.h (mess) psxcd: free incomplete result pointers on exit or reset (nw) 2013-05-21 22:13:48 +00:00
psxcport.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
psxcport.h Moved default card config, device inputs and clock off the slot interface so they can be specified for all cards [smf] 2013-05-29 13:52:16 +00:00
psxmultitap.c Moved default card config, device inputs and clock off the slot interface so they can be specified for all cards [smf] 2013-05-29 13:52:16 +00:00
psxmultitap.h Cleanups and version bump 2013-05-20 06:51:25 +00:00
qx10kbd.c (mess) qx10kbd: update to use z80dart (nw) 2013-05-28 21:34:06 +00:00
qx10kbd.h (mess) qx10kbd: update to use z80dart (nw) 2013-05-28 21:34:06 +00:00
radio86.c Created new device_video_interface. Right now its sole purpose is to 2013-07-24 19:20:59 +00:00
rm380z.c changed machine().device("maincpu") with m_maincpu in mess tree part (nw) 2013-04-10 11:31:17 +00:00
rmnimbus.c i186: move 80186 peripherals into the cpu [Carl] 2013-08-19 02:58:15 +00:00
rx01.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
rx01.h
s3c44b0.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
s3c44b0.h Cleanups and version bump 2013-06-11 07:16:42 +00:00
s100_dj2db.c Fixed regression. (nw) 2013-06-10 13:55:26 +00:00
s100_dj2db.h com8116: devcb2. (nw) 2013-06-10 13:42:37 +00:00
s100_djdma.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
s100_djdma.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
s100_mm65k16s.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
s100_mm65k16s.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
s100_nsmdsa.c Moved default card config, device inputs and clock off the slot interface so they can be specified for all cards [smf] 2013-05-29 13:52:16 +00:00
s100_nsmdsa.h Cleanups and version bump 2013-05-20 06:51:25 +00:00
s100_nsmdsad.c Moved default card config, device inputs and clock off the slot interface so they can be specified for all cards [smf] 2013-05-29 13:52:16 +00:00
s100_nsmdsad.h Cleanups and version bump 2013-05-20 06:51:25 +00:00
s100_wunderbus.c Fixed regression. (nw) 2013-06-10 13:55:26 +00:00
s100_wunderbus.h (MESS) mpz80: Refactored to use serial terminal thru an RS-232 port. [Curt Coder] 2013-05-19 21:44:31 +00:00
s100.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
s100.h Moved default card config, device inputs and clock off the slot interface so they can be specified for all cards [smf] 2013-05-29 13:52:16 +00:00
s1410.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
s1410.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
sa1403d.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
sa1403d.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
samcoupe.c MESS anonymous timers this time. (nw) 2013-05-23 04:38:53 +00:00
sapi1.c
sat_bram.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
sat_bram.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
sat_dram.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
sat_dram.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
sat_rom.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
sat_rom.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
sat_slot.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
sat_slot.h Moved default card config, device inputs and clock off the slot interface so they can be specified for all cards [smf] 2013-05-29 13:52:16 +00:00
sc499.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
sc499.h
sed1200.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
sed1200.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
sega8_rom.c Rewrite serial EEPROM devices, breaking them out into separate chips of 2013-07-29 07:34:22 +00:00
sega8_rom.h Rewrite serial EEPROM devices, breaking them out into separate chips of 2013-07-29 07:34:22 +00:00
sega8_slot.c (MESS) sms.c: Enhancements for Sega Scope and LCD persistence and fix SMS Light Phaser TH read bug. [Enik Land] 2013-08-04 20:28:30 +00:00
sega8_slot.h (MESS) sms.c: [Enik Land] 2013-09-03 18:48:36 +00:00
ser_mouse.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
ser_mouse.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
serial.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
serial.h (MESS) superslv: Fixed regression. (nw) 2013-06-02 20:07:23 +00:00
serialbox.c (MESS) cbmiec: Restored some usability. (nw) 2013-08-01 10:54:25 +00:00
serialbox.h (MESS) cbmiec: Removed device address information from the IEC bus, allowing devices to be chained. [Curt Coder] 2013-07-29 20:44:39 +00:00
sgi.c
sgi.h
shark.c i8085.c: Modernized cpu core (nw) 2013-08-03 13:15:43 +00:00
shark.h (MESS) ieee488: Removed device address information from the IEEE-488 bus, allowing devices to be chained. [Curt Coder] 2013-07-30 11:04:32 +00:00
smartmed.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
smartmed.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
smc92x4.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
smc92x4.h
sms_gender.c (MESS) sms.c: [Enik Land] 2013-09-03 18:48:36 +00:00
sms_gender.h (MESS) sms.c: [Enik Land] 2013-09-03 18:48:36 +00:00
sms_joypad.c (MESS) sms: Converted SMS inputs to use slot devices. You now select 2013-06-19 06:50:07 +00:00
sms_joypad.h (MESS) sms: Converted SMS inputs to use slot devices. You now select 2013-06-19 06:50:07 +00:00
sms_lphaser.c (MESS) sms.c: Improved I/O handling for Japanese and Korean drivers (Pause button for sg1000m3, TH input for sg1000m3 and smsj, and output via controller ports for Japanese and Korean drivers) [Enik Land] 2013-09-12 18:48:15 +00:00
sms_lphaser.h (MESS) sms.c: Enhancements for Sega Scope and LCD persistence and fix SMS Light Phaser TH read bug. [Enik Land] 2013-08-04 20:28:30 +00:00
sms_paddle.c (MESS) sms.c: Enhancements for Sega Scope and LCD persistence and fix SMS Light Phaser TH read bug. [Enik Land] 2013-08-04 20:28:30 +00:00
sms_paddle.h (MESS) sms.c: Enhancements for Sega Scope and LCD persistence and fix SMS Light Phaser TH read bug. [Enik Land] 2013-08-04 20:28:30 +00:00
sms_rfu.c Cleanups and version bump 2013-07-23 07:18:56 +00:00
sms_rfu.h (MESS) sms.c: Enhancements for Sega Scope and LCD persistence and fix SMS Light Phaser TH read bug. [Enik Land] 2013-08-04 20:28:30 +00:00
sms_sports.c (MESS) sms.c: Enhancements for Sega Scope and LCD persistence and fix SMS Light Phaser TH read bug. [Enik Land] 2013-08-04 20:28:30 +00:00
sms_sports.h (MESS) sms.c: Enhancements for Sega Scope and LCD persistence and fix SMS Light Phaser TH read bug. [Enik Land] 2013-08-04 20:28:30 +00:00
sms.c (MESS) sms.c: Improved I/O handling for Japanese and Korean drivers (Pause button for sg1000m3, TH input for sg1000m3 and smsj, and output via controller ports for Japanese and Korean drivers) [Enik Land] 2013-09-12 18:48:15 +00:00
smsctrl.c Cleanups and version bump 2013-07-23 07:18:56 +00:00
smsctrl.h (MESS) sms.c: Improved I/O handling for Japanese and Korean drivers (Pause button for sg1000m3, TH input for sg1000m3 and smsj, and output via controller ports for Japanese and Korean drivers) [Enik Land] 2013-09-12 18:48:15 +00:00
smsexp.c (MESS) sms.c: [Enik Land] 2013-09-03 18:48:36 +00:00
smsexp.h (MESS) sms.c: [Enik Land] 2013-09-03 18:48:36 +00:00
snescx4.c Made includes of C files in drivers section to use .inc instead, and also renamed galdrvr.c into galaxian.inc and neodrvr.c to neogeo.inc since it makes more sense (nw) 2013-06-18 14:01:12 +00:00
snescx4.h (MESS) snes.c: major overhaul of cart and add-on handling [Fabio Priuli] 2013-03-15 09:13:49 +00:00
sns_bsx.c Moved default card config, device inputs and clock off the slot interface so they can be specified for all cards [smf] 2013-05-29 13:52:16 +00:00
sns_bsx.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
sns_event.c Cleanups and version bump 2013-04-09 06:46:57 +00:00
sns_event.h Cleanups and version bump 2013-04-09 06:46:57 +00:00
sns_rom21.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
sns_rom21.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
sns_rom.c removed debugging assert (nw) 2013-07-20 09:46:44 +00:00
sns_rom.h Cleanups and version bump 2013-04-09 06:46:57 +00:00
sns_sa1.c Cleanups and version bump 2013-07-23 07:18:56 +00:00
sns_sa1.h (MESS) SNES SA-1 work: [Fabio Priuli, R. Belmont] 2013-07-01 02:05:59 +00:00
sns_sdd1.c Cleanups and version bump 2013-06-11 07:16:42 +00:00
sns_sdd1.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
sns_sfx.c fix invalid cast (nw) 2013-03-28 11:05:31 +00:00
sns_sfx.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
sns_sgb.c (MESS) notes. nw. 2013-06-24 14:30:59 +00:00
sns_sgb.h (MESS) sns_sgb: use the correct cpu type now that it compiles. nw. 2013-06-24 14:20:56 +00:00
sns_slot.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
sns_slot.h changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
sns_spc7110.c Cleanups and version bump 2013-06-11 07:16:42 +00:00
sns_spc7110.h Cleanups and version bump 2013-06-11 07:16:42 +00:00
sns_sufami.c Moved default card config, device inputs and clock off the slot interface so they can be specified for all cards [smf] 2013-05-29 13:52:16 +00:00
sns_sufami.h Cleanups and version bump 2013-04-09 06:46:57 +00:00
sns_upd.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
sns_upd.h Cleanups and version bump 2013-04-09 06:46:57 +00:00
softbox.c (MESS) softbox: Document standalone vs. peripheral mode (nw) 2013-08-02 17:38:38 +00:00
softbox.h Cleanups and version bump 2013-07-23 07:18:56 +00:00
sonydriv.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
sonydriv.h Some emu.h related redundant #include cleanup (nw) 2013-07-17 04:37:56 +00:00
sorcerer.c (MESS) modernized AY-3-1015 device. [Fabio Priuli] 2013-06-04 14:13:35 +00:00
southbridge.c Replaced ISA16_IDE_CD with ATAPI_CDROM, replaced ISA16_IDE & ISA16_IDE_CD in southbridge_device with two BUS_MASTER_IDE_CONTROLLERs. [smf] 2013-08-24 20:02:23 +00:00
southbridge.h Replaced ISA16_IDE_CD with ATAPI_CDROM, replaced ISA16_IDE & ISA16_IDE_CD in southbridge_device with two BUS_MASTER_IDE_CONTROLLERs. [smf] 2013-08-24 20:02:23 +00:00
spec_snqk.c modernised the AY8910 [smf] 2013-05-12 11:17:58 +00:00
spec_snqk.h SNAPSHOT_LOAD and QUICKLOAD_LOAD made members, still need to cleanup (nw) 2013-04-19 14:47:35 +00:00
special.c Modernized the PIT8253 device. [Fabio Priuli] 2013-06-03 11:39:54 +00:00
strata.c devlegcy.h usage cleanup (nw) 2013-07-10 11:34:30 +00:00
strata.h
super80.c modernized speaker device. [Fabio Priuli] 2013-06-04 07:57:44 +00:00
superpet.c Moved default card config, device inputs and clock off the slot interface so they can be specified for all cards [smf] 2013-05-29 13:52:16 +00:00
superpet.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
svi318.c moving some static functions in driver state for MESS drivers plus some other modernization (nw) 2013-04-18 08:44:08 +00:00
swim.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
swim.h
sym1.c modernized speaker device. [Fabio Priuli] 2013-06-04 07:57:44 +00:00
tandy1t.c (MESS) pc.c: Added t1000sl2. Hooked up the Tandy 1000 character rom to the other Tandy 1000 drivers. Reimplemented Tandy 1000 ROM banking according to the schematics. [Cowering, Wilbert Pol] 2013-06-03 19:14:45 +00:00
tandy2kb.c (MESS) devcb2. (nw) 2013-06-09 20:49:03 +00:00
tandy2kb.h (MESS) devcb2. (nw) 2013-06-09 20:49:03 +00:00
teleprinter.c small DEVICE_RESET cleanups (nw) 2013-08-03 23:03:50 +00:00
teleprinter.h
terminal.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
terminal.h diserial: add attotime and clock-div forms of set_rate and rename check_for_start to rx_w (nw) 2013-06-30 18:00:34 +00:00
tf20.c Moved default card config, device inputs and clock off the slot interface so they can be specified for all cards [smf] 2013-05-29 13:52:16 +00:00
tf20.h z80dart: Merged in uPD7201 and modernized the interface. [Curt Coder] 2013-05-27 14:02:08 +00:00
thomflop.c save state cleanup, converted state_save_register_global* into save_item/save_pointer (nw) 2013-05-08 14:34:11 +00:00
thomflop.h (MESS) thomson.c: Started moving a few things into the driver data. (nw) 2013-02-24 21:05:14 +00:00
thomson.c small MACHINE_RESET cleanup 2013-08-05 11:40:00 +00:00
ti85.c modernized speaker device. [Fabio Priuli] 2013-06-04 07:57:44 +00:00
ti990.c
ti990.h
tms5501.c small DEVICE_RESET cleanups (nw) 2013-08-03 23:03:50 +00:00
tms5501.h
trs80.c (MESS) modernized AY-3-1015 device. [Fabio Priuli] 2013-06-04 14:13:35 +00:00
trs80m2kb.c (MESS) devcb2. (nw) 2013-06-09 20:49:03 +00:00
trs80m2kb.h (MESS) devcb2. (nw) 2013-06-09 20:49:03 +00:00
tvc_hbf.c Moved default card config, device inputs and clock off the slot interface so they can be specified for all cards [smf] 2013-05-29 13:52:16 +00:00
tvc_hbf.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
tvcexp.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
tvcexp.h Moved default card config, device inputs and clock off the slot interface so they can be specified for all cards [smf] 2013-05-29 13:52:16 +00:00
upd65031.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
upd65031.h
upd71071.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
upd71071.h (MESS) disabled unused private fields reported by clang (nw) 2013-06-05 14:51:29 +00:00
ut88.c Anonymous timers begone! (nw) 2013-05-29 03:50:41 +00:00
v1050kb.c (MESS) devcb2. (nw) 2013-06-09 20:49:03 +00:00
v1050kb.h (MESS) devcb2. (nw) 2013-06-09 20:49:03 +00:00
vb_money_minder.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
vb_money_minder.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
vb_std.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
vb_std.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
vb_timeshare.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
vb_timeshare.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
vcs_joy.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
vcs_joy.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
vcs_joybooster.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
vcs_joybooster.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
vcs_keypad.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
vcs_keypad.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
vcs_lightpen.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
vcs_lightpen.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
vcs_paddles.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
vcs_paddles.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
vcs_wheel.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
vcs_wheel.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
vcsctrl.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
vcsctrl.h Moved default card config, device inputs and clock off the slot interface so they can be specified for all cards [smf] 2013-05-29 13:52:16 +00:00
vector06.c made BEEP and RAM devices initialize in constructor of driver classes (nw) 2013-04-23 07:11:57 +00:00
vic10exp.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
vic10exp.h Moved default card config, device inputs and clock off the slot interface so they can be specified for all cards [smf] 2013-05-29 13:52:16 +00:00
vic10std.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
vic10std.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
vic20_megacart.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
vic20_megacart.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
vic20exp.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
vic20exp.h Moved default card config, device inputs and clock off the slot interface so they can be specified for all cards [smf] 2013-05-29 13:52:16 +00:00
vic20std.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
vic20std.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
vic20user.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
vic20user.h Moved default card config, device inputs and clock off the slot interface so they can be specified for all cards [smf] 2013-05-29 13:52:16 +00:00
vic1010.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
vic1010.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
vic1011.c Moved default card config, device inputs and clock off the slot interface so they can be specified for all cards [smf] 2013-05-29 13:52:16 +00:00
vic1011.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
vic1110.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
vic1110.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
vic1111.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
vic1111.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
vic1112.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
vic1112.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
vic1210.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
vic1210.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
victor9kb.c (MESS) victor9k: Fixed regression. (nw) 2013-06-07 18:00:31 +00:00
victor9kb.h Cleanups and version bump 2013-06-11 07:16:42 +00:00
vidbrain_exp.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
vidbrain_exp.h Moved default card config, device inputs and clock off the slot interface so they can be specified for all cards [smf] 2013-05-29 13:52:16 +00:00
vip_byteio.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
vip_byteio.h (MESS) devcb2. (nw) 2013-06-09 20:49:03 +00:00
vip_exp.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
vip_exp.h (MESS) devcb2. (nw) 2013-06-09 20:49:03 +00:00
vp550.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
vp550.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
vp570.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
vp570.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
vp575.c Cleanups and version bump 2013-06-11 07:16:42 +00:00
vp575.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
vp585.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
vp585.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
vp590.c (MESS) devcb2. (nw) 2013-06-09 20:49:03 +00:00
vp590.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
vp595.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
vp595.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
vp620.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
vp620.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
vp700.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
vp700.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
vtech2.c modernized speaker device. [Fabio Priuli] 2013-06-04 07:57:44 +00:00
wangpc_emb.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
wangpc_emb.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
wangpc_lic.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
wangpc_lic.h Cleanups and version bump 2013-04-09 06:46:57 +00:00
wangpc_lvc.c Created new device_video_interface. Right now its sole purpose is to 2013-07-24 19:20:59 +00:00
wangpc_lvc.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
wangpc_mcc.c Cleanups and version bump 2013-06-11 07:16:42 +00:00
wangpc_mcc.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
wangpc_mvc.c Created new device_video_interface. Right now its sole purpose is to 2013-07-24 19:20:59 +00:00
wangpc_mvc.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
wangpc_rtc.c (MESS) Cleanup. (nw) 2013-05-28 20:51:16 +00:00
wangpc_rtc.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
wangpc_tig.c Created new device_video_interface. Right now its sole purpose is to 2013-07-24 19:20:59 +00:00
wangpc_tig.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
wangpc_wdc.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
wangpc_wdc.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
wangpcbus.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
wangpcbus.h Moved default card config, device inputs and clock off the slot interface so they can be specified for all cards [smf] 2013-05-29 13:52:16 +00:00
wangpckb.c mcs51.c: Modernized cpu core. 2013-08-27 18:24:26 +00:00
wangpckb.h mcs51.c: Modernized cpu core. 2013-08-27 18:24:26 +00:00
wswan.c Cleanups and version bump 2013-05-20 06:51:25 +00:00
x1.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
x68k_hdc.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
x68k_hdc.h (MESS) fixed clang 3.2 warnings about unused private fields (nw) 2013-03-20 00:31:11 +00:00
x68k_neptunex.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
x68k_neptunex.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
x68k_scsiext.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
x68k_scsiext.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
x68kexp.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
x68kexp.h Moved default card config, device inputs and clock off the slot interface so they can be specified for all cards [smf] 2013-05-29 13:52:16 +00:00
z80bin.c Finished moving quicload/snapshot formats into machine folder (nw) 2013-02-22 11:49:43 +00:00
z80bin.h Finished moving quicload/snapshot formats into machine folder (nw) 2013-02-22 11:49:43 +00:00
z80ne.c small MACHINE_RESET cleanup 2013-08-05 11:40:00 +00:00
z88_flash.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
z88_flash.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
z88_ram.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
z88_ram.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
z88_rom.c Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
z88_rom.h Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic] 2013-03-26 15:18:37 +00:00
z88cart.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
z88cart.h Moved default card config, device inputs and clock off the slot interface so they can be specified for all cards [smf] 2013-05-29 13:52:16 +00:00
zx8302.c changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
zx8302.h Cleanups and version bump 2013-06-11 07:16:42 +00:00
zx.c modernized speaker device. [Fabio Priuli] 2013-06-04 07:57:44 +00:00