summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/midzeus.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-1/+1
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-6/+6
* Made the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-181-1/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* More device normalization: Aaron Giles2008-12-161-1/+1
* Fix all obvious regressions based on screenshots. Aaron Giles2008-12-151-1/+1
* Here's the big one.... Aaron Giles2008-12-111-1/+1
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-6/+6
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-5/+5
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-1/+1
* Another big one. Aaron Giles2008-11-201-5/+5
* midzeus regressions. Aaron Giles2008-11-181-0/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-23/+23
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-4/+4
* Major cpuintrf changes: Aaron Giles2008-11-101-16/+16
* converted timekeeper to a device, all default contents are loaded from disk. ... smf-2008-09-011-16/+9
* reverted unit mask changes and removed the unused & unsafe memory_install fun... smf-2008-08-181-3/+3
* identified compatible timekeeper used by midway zeus ii. smf-2008-08-171-1/+1
* Added unit mask to all memory installs that override the bus width. You could... smf-2008-08-171-3/+3
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-27/+27
* Region classes go bye-bye. Aaron Giles2008-07-281-23/+23
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-23/+23
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-2/+2
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-261-1/+1
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-06-261-16/+16
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-3/+3
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-171-4/+4
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-2/+1
* Restructured input port internals and cleaned up inptport.c: Aaron Giles2008-05-151-2/+2
* Converted the IDE controller to a device. Updated all drivers Aaron Giles2008-04-151-7/+7
* Renamed input port functions: Aaron Giles2008-04-061-5/+5
* - First batch of machine->screen[] access has been removed Zsolt Vasvari2008-03-111-2/+2
* WIP check-in. Things work now, but I'm still working on the code. Aaron Giles2008-03-091-2/+2
* Changes first argument of video_screen_* functions to take a device_config Zsolt Vasvari2008-03-091-5/+5
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-2/+2
* Most of this descriptions taken directly from an e-mail by Aaron: Zsolt Vasvari2008-02-291-2/+2
* Most important thing to note about this change: Aaron Giles2008-02-211-5/+2
* Used PORT_SERVICE and PORT_SERVICE_NO_TOGGLE macros when this was possible. stephh2008-02-071-4/+4
* Split timer_adjust() into timer_adjust_oneshot() and timer_adjust_periodic(). Aaron Giles2008-02-061-3/+3
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-1/+1
* - Changed cpunum_set_input_line* functions to take running_machine as an argu... Zsolt Vasvari2008-01-241-7/+7
* Changed all other video_*, sound_*, etc. calls to use macros Zsolt Vasvari2008-01-221-2/+2
* Pushed CUSTOM_INPUT macro to all users.mame0122u6 Aaron Giles2008-01-171-2/+2
* Adds version 1.2 of "The Grid" to the midzeus.c driver Brian Troha2008-01-101-4/+27
* Adds Version 5.0 of Invasion - The Abductors to the Brian Troha2008-01-031-22/+50
* Spacing fixes and a version bump to 0.122u3.mame0122u3 Aaron Giles2008-01-031-50/+50
* Better documented various bit latches. Aaron Giles2008-01-021-81/+288
* Bumped version to 0.122u2. Spacing cleanups.mame0122u2 Aaron Giles2007-12-311-5/+5
* Add register usage tracking to Zeus 2. Aaron Giles2007-12-311-4/+22
* Updated Zeus to handle waveram like the Zeus2 Aaron Giles2007-12-281-5/+5