summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/karnov.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* karnov.c: Added dipswitch locations to Wonder Planet and the Chelnov sets. [B... Brian Troha2011-08-071-37/+37
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-4/+4
* Cleanups and version bump.mame0142 Aaron Giles2011-04-031-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-205/+205
* Implemented karnov style sprites in its own file, shared with karnov and dec8... Angelo Salese2011-03-301-1/+26
* BIG update. Aaron Giles2011-03-291-34/+34
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-10/+10
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-9/+9
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-3/+3
* Ok, last major rename for this round: Aaron Giles2011-01-011-3/+3
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-50/+50
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-10/+4
* Cleanups and version bump.mame0139u2 Aaron Giles2010-08-301-1/+1
* mikie, mikiej, mikiehs (mikie.c) [stephh] : stephh2010-08-241-1/+1
* karnov, karnovj, wndrplnt, chelnov, chelnovu, chelnovj (karnov.c) stephh2010-08-231-147/+159
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-15/+15
* Time to kill off some deadwood. Aaron Giles2010-07-071-2/+2
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Fixed: Scott Stone2009-12-281-3/+3
* Results of running the latest srcclean. Aaron Giles2009-12-281-5/+5
* Cleanups and version bump.mame0135u3 Aaron Giles2009-12-111-9/+9
* Added driver data struct and save states to the following drivers: Fabio Priuli2009-12-091-244/+355
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-2/+2
* > From: atari_ace@verizon.net Aaron Giles2009-08-131-2/+2
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-18/+18
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-4/+4
* Memory maps merges for the following drivers: Angelo Salese2009-05-021-49/+38
* Again, number-to-tag conversions in CPU calls Fabio Priuli2009-04-301-26/+48
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-2/+2
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-23/+23
* Ok, this is The Big One. Aaron Giles2009-02-111-7/+5
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+2
* Here's the big one.... Aaron Giles2008-12-111-3/+3
* Fix more compile warnings drivers/[e-k]* Couriersud2008-11-141-3/+3
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-13/+13
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-14/+14
* Major cpuintrf changes: Aaron Giles2008-11-101-3/+3
* I changed the coinage settings and swapped coin A mech with coin B to Aaron Giles2008-11-021-2/+57
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-141-208/+174
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-4/+4
* Some more structure/naming updates of sound cores. Derrick Renaud2008-08-091-3/+3
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-14/+14
* Region classes go bye-bye. Aaron Giles2008-07-281-39/+39
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-42/+42
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-6/+4
* Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-2/+2