summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/suna16.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-9/+9
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-8/+8
* BIG update. Aaron Giles2011-03-291-20/+20
* 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-3/+3
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-4/+4
* Attotime bulk conversion step: Aaron Giles2011-02-031-4/+4
* Ok, last major rename for this round: Aaron Giles2011-01-011-4/+4
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-125/+125
* Converted sauro, scotrsht, segald, seicross, senjyo, shangha3, Aaron Giles2010-09-021-29/+21
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-4/+4
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-8/+8
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* 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
* Results of running the latest srcclean. Aaron Giles2009-12-281-12/+12
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-6/+6
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-5/+5
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-9/+9
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-10/+10
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-5/+5
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-18/+18
* number-to-tag conversions for drivers starting with 'S': remaining changes sh... Fabio Priuli2009-05-011-2/+2
* Couple more merges. Aaron Giles2009-04-171-157/+83
* Updated video timing in bestbest to match PCB [Guru] Luca Elia2009-03-231-4/+7
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-10/+10
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-26/+26
* 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-21/+16
* 02141: sunaq: At the Title, Game is Crash Aaron Giles2009-01-021-7/+7
* Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling Aaron Giles2008-12-201-4/+4
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+2
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-3/+3
* Fix more warnings drivers[s-z]* Couriersud2008-11-151-2/+3
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-12/+12
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-4/+4
* Major cpuintrf changes: Aaron Giles2008-11-101-8/+8
* Part 10 of "The big IO_MAP merge of 2008". (Andrew Gardner) Andrew Gardner2008-09-081-26/+14
* Cleanups and version bump.mame0127u1 Aaron Giles2008-08-281-1/+1
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-281-146/+144
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-15/+15
* Some more structure/naming updates of sound cores. Derrick Renaud2008-08-091-1/+1
* lower cased sn76477_interface and ay8910_interface Derrick Renaud2008-08-081-1/+1
* Updated structure and naming conventions of the following sound interfaces. Derrick Renaud2008-08-081-1/+1
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-16/+16
* Region classes go bye-bye. Aaron Giles2008-07-281-25/+25
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-28/+28
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-21/+13
* Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-4/+4