summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/lethalj.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-1/+1
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-1/+1
* BIG update. Aaron Giles2011-03-291-10/+10
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-3/+3
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-4/+4
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-3/+3
* Continued eliminating global/static variables by moving them to Aaron Giles2011-03-131-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-22/+22
* Added AM_DEVREAD_MODERN/AM_DEVWRITE_MODERN/etc. macros for the non-modern Aaron Giles2010-09-051-3/+3
* 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-5/+4
* Time to kill off some deadwood. Aaron Giles2010-07-071-3/+3
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-6/+3
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-5/+5
* Cleanups and version bump.mame0135u4 Aaron Giles2009-12-231-1/+1
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Changed ticket.c into a device, updated all users. Aaron Giles2009-12-151-16/+8
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-3/+3
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-8/+8
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-1/+1
* Again, number-to-tag conversions in CPU calls Fabio Priuli2009-04-301-4/+4
* 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-6/+6
* Ok, this is The Big One. Aaron Giles2009-02-111-3/+3
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-3/+3
* Another big one. Aaron Giles2008-11-201-3/+3
* Fix more warnings drivers[l-r]* Couriersud2008-11-141-1/+2
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-3/+3
* new clones added: Brian Troha2008-10-191-0/+27
* Cleanups and version bump.mame0127u3 Aaron Giles2008-09-111-1/+1
* Additional documentation for Egg Venture & Lethal Justice Brian Troha2008-09-051-102/+179
* corrects rom names for Egg Venture (A.L. Release) from my copy-n-paste issue. Brian Troha2008-08-301-2/+2
* added Egg Venture (A.L. Release) Brian Troha2008-08-301-0/+25
* Added EggVenture readme to lethalj.c. Andrew Gardner2008-08-301-22/+41
* reverted unit mask changes and removed the unused & unsafe memory_install fun... smf-2008-08-181-3/+3
* Added unit mask to all memory installs that override the bus width. You could... smf-2008-08-171-3/+3
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-141-17/+2
* Updated src\emu\sound headers from K-S, so they use latest naming/structure a... Derrick Renaud2008-08-101-3/+3
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-37/+37
* Region classes go bye-bye. Aaron Giles2008-07-281-43/+43
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-46/+46
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-1/+1
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-3/+3
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-06-171-36/+36
* Fixed remaining input port bit conflicts. Aaron Giles2008-06-051-2/+1
* Restructured input port internals and cleaned up inptport.c: Aaron Giles2008-05-151-2/+2
* Converted the IDE controller to a device. Updated all drivers Aaron Giles2008-04-151-3/+3
* Renamed input port functions: Aaron Giles2008-04-061-1/+1