summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/suprnova.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Attotime bulk conversion step: Aaron Giles2011-02-031-3/+3
* Remove an outdated comment & add a note about a USA version of Cyvern (shown ... Brian Troha2011-01-301-2/+2
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-29/+29
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-2/+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-2/+2
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-1/+1
* MAMEdev kant spel (Ubuntu/Canonical cares about this) [wallyweek] R. Belmont2010-07-081-1/+1
* Time to kill off some deadwood. Aaron Giles2010-07-071-3/+3
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-2/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-1/+1
* 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-3/+3
* Adds missing sample rom to Gals Panic 4 (Korea) [Brian Troha, Dumping Union] Brian Troha2010-01-051-13/+14
* Results of running the latest srcclean. Aaron Giles2009-12-281-4/+4
* Last round of fixups based on Tafoid's regression list. Aaron Giles2009-12-221-6/+9
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-1/+1
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-2/+2
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-1/+1
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-5/+5
* New clones added Brian Troha2009-11-081-2/+28
* New clone: Gals Panic 4 (Korea) Brian Troha2009-10-011-0/+25
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-2/+2
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-24/+24
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-1/+1
* number-to-tag conversions for drivers starting with 'S': remaining changes sh... Fabio Priuli2009-05-011-29/+29
* Added missing casts and made other tweaks. The entire project Aaron Giles2009-04-271-1/+1
* Merged memory maps. Aaron Giles2009-04-171-41/+20
* New Clone added Brian Troha2009-03-271-18/+52
* Forgot we'd relaxed clone naming restrictions... Phil Bennett2009-03-051-2/+2
* New clones added Phil Bennett2009-03-051-23/+51
* Moved SH2 set info functions to direct calls. Aaron Giles2009-03-031-5/+3