summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/esripsys.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-5/+5
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-5/+5
* Cleaned up 6840 device modernization, removing legacy trampolines Aaron Giles2011-05-031-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-104/+104
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-1/+1
* BIG update. Aaron Giles2011-03-291-60/+60
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-4/+4
* Continued eliminating global/static variables by moving them to Aaron Giles2011-03-131-141/+129
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-3/+3
* running_device -> device_t Aaron Giles2010-12-311-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-23/+23
* Cleanups and version bump.mame0139u3 Aaron Giles2010-09-191-1/+1
* Get rid of a bunch of mostly-trivial NVRAM_HANDLERS in favor of Aaron Giles2010-09-111-11/+4
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-1/+1
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-2/+2
* Time to kill off some deadwood. Aaron Giles2010-07-071-4/+4
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-4/+4
* Source Cleanup: Setname fixes and other minor changes - Drivers starting wit... Scott Stone2010-02-051-5/+5
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-2/+2
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Replaced all occurrences of cputag_get_cpu with devtag_get_device: the former... Fabio Priuli2010-01-061-2/+2
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Memory shares are now specified by tag instead of index. Aaron Giles2009-12-051-2/+2
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-11/+11
* > From: atari_ace@verizon.net Aaron Giles2009-10-211-2/+4
* Changed all tms5220 lines to (READ|WRITE)_LINE_DEVICE_HANDLER Couriersud2009-09-211-1/+1
* Bye bye 5220intf.* Aaron Giles2009-08-191-1/+1
* Converted Motorola 6840PTM to be a MAME device Fabio Priuli2009-06-021-7/+8
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-4/+4
* Again, number-to-tag conversions in CPU calls Fabio Priuli2009-04-281-12/+12
* Bulk change alert. Aaron Giles2009-04-261-3/+3
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-3/+3
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-2/+2
* 02947: turbosb6, turbosb7: [debug] Assertion [Phil Bennett] Phil Bennett2009-02-231-2/+2
* Ok, this is The Big One. Aaron Giles2009-02-111-7/+9
* New clones added Phil Bennett2009-01-241-3/+114
* Defined ROM_LOAD64_WORD/ROM_LOAD64_WORD_SWAP in emu/romload.h Phil Bennett2009-01-211-10/+10
* Fixed TMS5220 speech in Turbo Sub [Phil Bennett, Jay Gallagher] Phil Bennett2009-01-211-17/+18
* Cleanups and version bump.mame0129u1 Aaron Giles2009-01-151-4/+4
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-01-141-5/+5
* 02805: turbosub, turbosba: Dropped lines in video output rendering Phil Bennett2009-01-111-23/+48
* Cleanups and version bump.mame0129 Aaron Giles2009-01-041-6/+6
* A couple of sound-related fixes but still no speech :( Phil Bennett2008-12-261-21/+22
* Minor adjustments. Phil Bennett2008-12-231-12/+13
* New games added or promoted from NOT_WORKING status Phil Bennett2008-12-221-0/+990