summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/model1.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed a model1.c assert Angelo Salese2011-04-241-0/+2
* segas24: Start untangling the Vogon poetry Atari Ace left is his wake. Olivier Galibert2011-04-171-4/+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-13/+13
* BIG update. Aaron Giles2011-03-291-28/+28
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-2/+2
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-5/+5
* 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
* Eliminated global/static variables in a number of Konami/Sega drivers Aaron Giles2011-02-121-48/+52
* Attotime bulk conversion step: Aaron Giles2011-02-031-2/+2
* Ok, last major rename for this round: Aaron Giles2011-01-011-3/+3
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-57/+57
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-4/+5
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-2/+2
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-4/+4
* Time to kill off some deadwood. Aaron Giles2010-07-071-2/+2
* New clone added Yasuhiro Ogawa2010-05-061-26/+76
* 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-2/+2
* Remove remaining eeprom.h includes. Aaron Giles2009-12-271-1/+0
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* A few more fixes. Aaron Giles2009-12-211-0/+2
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-5/+5
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-4/+4
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-2/+2
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-3/+3
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-7/+7
* A final round of number-to-tag conversions in CPU call. Only drivers with 'G'... Fabio Priuli2009-05-011-6/+6
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2009-03-271-7/+7
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-5/+5
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-14/+14
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-21/+21
* Ok, this is The Big One. Aaron Giles2009-02-111-59/+7
* 02782: swa: [debug] Access Violation with -debug Aaron Giles2008-12-301-6/+6
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* 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-3/+3
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-28/+28
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-10/+10
* Major cpuintrf changes: Aaron Giles2008-11-101-12/+12
* Fixed compilation issues with 68000 changes. Aaron Giles2008-11-061-2/+2
* System 24 cleanups: Aaron Giles2008-10-041-8/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-09-111-2/+2
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-141-100/+86
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-5/+5
* Updated src\emu\sound headers from K-S, so they use latest naming/structure a... Derrick Renaud2008-08-101-6/+6
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-45/+45
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-07-311-0/+1