summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/midzeus.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* TMS3203x core updates: Aaron Giles2007-12-281-36/+136
* Spacing cleanups. Aaron Giles2007-12-241-5/+5
* Further Zeus 2 implementation. Aaron Giles2007-12-241-82/+151
* Zeus hardware: Aaron Giles2007-12-211-30/+61
* Changes for MAME 0.122. Aaron Giles2007-12-181-1/+1
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-37/+116
* Changes for MAME 0.121u2.mame0121u2 Aaron Giles2007-12-171-4/+4
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+823