summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/model3.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bump. Aaron Giles2009-03-051-2/+2
* New clones added Phil Bennett2009-03-031-1374/+1418
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-3/+3
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-20/+20
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-48/+48
* Ok, this is The Big One. Aaron Giles2009-02-111-6/+6
* Defined ROM_LOAD64_WORD/ROM_LOAD64_WORD_SWAP in emu/romload.h Phil Bennett2009-01-211-3/+0
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2009-01-141-1/+0
* Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling Aaron Giles2008-12-201-1/+1
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-10/+10
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* More device normalization: Aaron Giles2008-12-161-7/+7
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-111-9/+10
* A few more activecpu's. Aaron Giles2008-12-071-2/+2
* Most of the rest of the drivers converted. Aaron Giles2008-11-231-1/+2
* Began removal of program_* calls from drivers. Aaron Giles2008-11-231-5/+6
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-9/+9
* Another big one. Aaron Giles2008-11-201-47/+47
* Model 2/3 regressions. Aaron Giles2008-11-181-0/+1
* address space compilation errors. smf-2008-11-151-1/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-56/+56
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-7/+7
* Major cpuintrf changes: Aaron Giles2008-11-101-10/+10
* Fixed a number of regressions due to recent 68000 IRQ changes. Aaron Giles2008-10-031-1/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-09-111-1/+1
* reverted unit mask changes and removed the unused & unsafe memory_install fun... smf-2008-08-181-47/+47
* Added unit mask to all memory installs that override the bus width. You could... smf-2008-08-171-47/+47
* Cleanups and version bump.mame0126u5 Aaron Giles2008-08-141-2/+2
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-141-36/+30
* Updated src\emu\sound headers from K-S, so they use latest naming/structure a... Derrick Renaud2008-08-101-9/+9
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-59/+59
* Disks opened by the romload module are no longer identified by index. Aaron Giles2008-08-011-1/+1
* Cleanups/version bump.mame0126u3 Aaron Giles2008-07-311-4/+4
* Region classes go bye-bye. Aaron Giles2008-07-281-353/+353
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-323/+424
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-8/+8
* Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-4/+4
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-8/+8
* new clone: Emergency Call Ambulance (Export) [AndyGeezer] (NOT WORKING) davidhay2008-07-061-1/+73
* replace lost world sound rom loading with correct set [AndyGeezer] davidhay2008-07-061-4/+2
* adds the vf3a set from Chris, and corrected sound rom for other clones. davidhay2008-07-051-14/+88
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-06-261-68/+69
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-43/+43
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-121-32/+1
* PPC common: Aaron Giles2008-06-101-42/+66
* Cleanups/version bump.mame0125u4 Aaron Giles2008-06-051-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-051-4/+5
* PowerPC dynamic recompiler: [Aaron Giles] Aaron Giles2008-06-051-46/+57
* 53c810 now passes IRQ state with the IRQ callback. R. Belmont2008-06-021-4/+12
* Renamed EEPROM_* to eeprom_* Aaron Giles2008-05-251-8/+8