summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ms32.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-6/+6
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-6/+6
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-39/+39
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-1/+1
* BIG update. Aaron Giles2011-03-291-56/+56
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-3/+3
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-3/+3
* Breaks some driver entanglements to simplify future driver_device Aaron Giles2011-03-101-1/+1
* Converted namco/thepit/toaplan/unico/upl/valadon/veltmjr/venture/vsystem/ Aaron Giles2011-03-101-41/+136
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Decoupled some entagled drivers: [Atari ACe] Aaron Giles2011-02-181-149/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-2/+2
* Ok, last major rename for this round: Aaron Giles2011-01-011-10/+10
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-25/+25
* 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-5/+4
* Time to kill off some deadwood. Aaron Giles2010-07-071-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-6/+6
* Replaced all occurrences of cputag_get_cpu with devtag_get_device: the former... Fabio Priuli2010-01-061-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-16/+16
* Cleaned-up several drivers; added missing prototypes and removed dead ones, Phil Bennett2009-12-081-13/+0
* 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-10/+10
* Cleanups and version bump.mame0135u1 Aaron Giles2009-11-201-13/+13
* 'Jaleco Mega System 32 update: [David Haywood]' continued: Phil Bennett2009-11-131-7/+124
* 'Jaleco Mega System 32 update: [David Haywood]' continued: Phil Bennett2009-11-111-16/+65
* Jaleco Mega System 32 update: [David Haywood] Phil Bennett2009-11-091-83/+386
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* Memory maps merges for the following drivers: Angelo Salese2009-05-011-90/+50
* A final round of number-to-tag conversions in CPU call. Only drivers with 'G'... Fabio Priuli2009-05-011-7/+7
* Bulk change alert. Aaron Giles2009-04-261-6/+6
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-8/+8
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-2/+2
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-3/+3
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-41/+41
* Ok, this is The Big One. Aaron Giles2009-02-111-2/+2
* From Kevin Eshbach: Aaron Giles2008-12-311-0/+51
* Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling Aaron Giles2008-12-201-1/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+2
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-1/+1
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-5/+5
* Another big one. Aaron Giles2008-11-201-2/+2
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-11/+11
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-11/+11
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-201-35/+19
* reverted unit mask changes and removed the unused & unsafe memory_install fun... smf-2008-08-181-3/+3
* Added unit mask to all memory installs that override the bus width. You could... smf-2008-08-171-3/+3
* Cleanups and version bump.mame0126u5 Aaron Giles2008-08-141-4/+4
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-141-783/+603