summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mjsister.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-4/+2
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Removed cheapest deprecat.h usages (generally sound cpu ones) Angelo Salese2011-04-261-2/+1
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-201-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-104/+110
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-2/+2
* BIG update. Aaron Giles2011-03-291-35/+35
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* More migrating allocated buffers to arrays in the driver data. Aaron Giles2011-02-091-7/+6
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-15/+15
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-1/+1
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-2/+2
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2
* running_device -> device_t Aaron Giles2010-12-311-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-22/+22
* Reverts questionable timer changes. [not worth mentioning] Andrew Gardner2010-10-061-7/+4
* Kills off some anonymous timers. [Not worth mentioning] Andrew Gardner2010-10-051-4/+7
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-5/+3
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-5/+2
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-19/+20
* Time to kill off some deadwood. Aaron Giles2010-07-071-2/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-2/+2
* Cleanups and version bump. Aaron Giles2010-03-041-1/+1
* Changed all driver_data structs into classes with a simple Aaron Giles2010-02-251-2/+6
* Added driver_data struct and save states to the following drivers: madmotor.c... Fabio Priuli2010-02-201-107/+305
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-3/+3
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-4/+4
* 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-04-271-11/+6
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-1/+1
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-4/+4
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-5/+5
* Ok, this is The Big One. Aaron Giles2009-02-111-8/+8
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-2/+2
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-2/+2
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-5/+5
* Major cpuintrf changes: Aaron Giles2008-11-101-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-09-111-1/+1
* The meager beginning of "The big IO_MAP merge of 2008". (Andrew Gardner) Andrew Gardner2008-08-311-9/+6
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-4/+4
* 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-2/+2
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-9/+9
* Region classes go bye-bye. Aaron Giles2008-07-281-6/+6
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-6/+6