summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/suprnova.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-30/+30
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-10/+9
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-15/+15
* 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/+24
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-18/+18
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-9/+9
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-16/+16
* gfx_element is now a class. Accessors are provided for all Aaron Giles2012-09-061-2/+2
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-20/+20
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-30/+30
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-1/+1
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-2/+2
* Memory banks are now device-relative only. Global lookups Aaron Giles2012-04-191-1/+1
* Remove global memory banking functions in favor of referencing Aaron Giles2012-04-191-1/+1
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-10/+10
* modernization of some CUSTOM_INPUT's part 3 (no whatsnew) Miodrag Milanovic2012-04-091-6/+6
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-5/+5
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-117/+98
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-10/+10
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-15/+15
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-1/+1
* Death to generic spriteram. Aaron Giles2012-03-081-1/+1
* fix galpanis, galpanisj lockup Michaƫl Banaan Ananas2012-01-171-2/+2
* Death to SCREEN_EOF, which was ambiguously called either Aaron Giles2012-01-141-1/+1
* Some cleanup of the previous change. Added new template Aaron Giles2012-01-131-1/+1
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-2/+1
* new clone added: Gals Panic S (Euro) Brian Troha2012-01-111-3/+29
* Hooked up MSM6242 device to Super Kaneko Nova System [Angelo Salese] Angelo Salese2011-12-191-54/+8
* deprecat.h, also MT #4356 Angelo Salese2011-12-071-16/+11
* m_ fix Angelo Salese2011-09-141-7/+7
* Fix compile Angelo Salese2011-09-141-20/+18
* Simplification from Haze, nw Angelo Salese2011-09-141-33/+85
* Figured out BIOS loading in Super Kaneko Nova System [Joerg Hartenberger] Angelo Salese2011-09-141-23/+42
* new clone added Puzzloop newer Euro version Brian Troha2011-08-241-13/+37
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-1/+1
* 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
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-1/+1
* Converted astrocde/kaneko16/namcos23/suprnova to driver_device [Atari Ace] Angelo Salese2011-04-051-54/+59
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-19/+19
* BIG update. Aaron Giles2011-03-291-47/+47
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-2/+2
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-16/+16
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-17/+17
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-33/+33
* Moved Kaneko Super Nova sprite chip emulation inside its own file [David Hayw... Angelo Salese2011-03-221-21/+28
* Cleanups and version bump.mame0141u3 Aaron Giles2011-02-281-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* new clone Angelo Salese2011-02-091-53/+38