summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/karnov.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Modernization of drivers part 10 (no whatsnew) Miodrag Milanovic2013-02-081-153/+147
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-4/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-90/+90
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-15/+14
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-2/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-33/+25
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-11/+11
* remived some redundant assignments (also fixes uninitialized array in karnov)... Oliver Stöneberg2012-08-111-1/+1
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-27/+21
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-6/+6
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-5/+5
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-3/+3
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-3/+3
* Moved soundlatch helpers into driver.c and removed emu/audio/generic.c. Aaron Giles2012-04-091-2/+2
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-3/+3
* Moved all drivers to using the audio/watchdog helpers defined in the driver_d... Miodrag Milanovic2012-04-051-1/+1
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-37/+35
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-3/+3
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-10/+10
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-2/+2
* Create new devices buffered_spriteram<n>_device, which manage buffered Aaron Giles2012-03-081-4/+4
* Refactored YM3526 to use devcb. [Curt Coder] Curt Coder2012-03-071-7/+1
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-4/+2
* 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