summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cps3.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-09-111-1/+3
* Cleanups and version bump.mame0127u1 Aaron Giles2008-08-281-8/+8
* Derived video timing based on measurements. These are educated guesses. Aaron Giles2008-08-211-5/+11
* reverted unit mask changes and removed the unused & unsafe memory_install fun... smf-2008-08-181-1/+1
* Added unit mask to all memory installs that override the bus width. You could... smf-2008-08-171-1/+1
* 02113: xymg: xymg title mispelled Aaron Giles2008-08-141-1/+2
* From: JoshuaChang [mailto:joshuachang2005@gmail.com] Aaron Giles2008-08-141-5/+5
* Final CPU header updates. Mostly just re-naming the re-inclusions. Derrick Renaud2008-08-131-1/+1
* Updated structure and naming conventions of the following sound interfaces. Derrick Renaud2008-08-081-1/+1
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-14/+4
* Disks opened by the romload module are no longer identified by index. Aaron Giles2008-08-011-12/+12
* (Modified to allow for overwrites of RAM ranges only.) Aaron Giles2008-07-291-4/+4
* Region classes go bye-bye. Aaron Giles2008-07-281-95/+95
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-95/+95
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-1/+1
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-1/+1
* Cleanups. Aaron Giles2008-07-171-1/+1
* UDRC-based SH-2 dynamic recompiler. R. Belmont2008-07-131-39/+51
* 01946: Various: Fatal error: Input ports cannot be read at init time! (part 2) Aaron Giles2008-06-301-3/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-35/+35
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-10/+6
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-06-121-4/+4
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-051-4/+4
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-151-19/+10
* Created new macro: AM_RAM_WRITE(handler) which specifies a memory Aaron Giles2008-04-161-1/+1
* Converted the IDE controller to a device. Updated all drivers Aaron Giles2008-04-151-1/+1
* Renamed input port functions: Aaron Giles2008-04-061-2/+2
* Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* Aaron Giles2008-04-031-33/+33
* New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... smf-2008-03-301-33/+33
* - First batch of machine->screen[] access has been removed Zsolt Vasvari2008-03-111-78/+33
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-9/+9
* Changes first argument of video_screen_* functions to take a device_config Zsolt Vasvari2008-03-091-3/+3
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-11/+11
* Moves 'refresh' from public to internal video state and renames it to 'frame_... Zsolt Vasvari2008-03-071-2/+2
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-5/+4
* Removes cpu_getcurrentframe() and replaces it with video_screen_get_frame_num... Zsolt Vasvari2008-03-021-1/+1
* Most of this descriptions taken directly from an e-mail by Aaron: Zsolt Vasvari2008-02-291-1/+1
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-4/+4
* Most important thing to note about this change: Aaron Giles2008-02-211-4/+2
* New module: devintrf.c/.h. Implements a generic device interface similar Aaron Giles2008-02-191-1/+1
* The term "driver" is way overloaded in the system. Aaron Giles2008-02-181-2/+2
* Used PORT_SERVICE and PORT_SERVICE_NO_TOGGLE macros when this was possible. stephh2008-02-071-1/+1
* Split timer_adjust() into timer_adjust_oneshot() and timer_adjust_periodic(). Aaron Giles2008-02-061-1/+1
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* - Changed cpunum_set_input_line* functions to take running_machine as an argu... Zsolt Vasvari2008-01-241-8/+8
* (From OopsWare) Aaron Giles2008-01-221-4/+4
* Replaced driver_init_* calls with macro Zsolt Vasvari2008-01-221-18/+18
* (From Atari Ace) Aaron Giles2008-01-141-6/+1
* (From AtariAce) Aaron Giles2008-01-111-5/+5
* (From AtariAce) Aaron Giles2008-01-081-2/+2