summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/acefruit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-8/+8
* New non-working games: Unknown ACE Fruits Game [David Haywood] Aaron Giles2009-01-141-0/+26
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-2/+4
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-1/+1
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-2/+2
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-19/+19
* Region classes go bye-bye. Aaron Giles2008-07-281-8/+8
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-10/+10
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-07-241-8/+8
* 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
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-1/+1
* Restructured input port internals and cleaned up inptport.c: Aaron Giles2008-05-151-9/+9
* Created new macro: AM_RAM_WRITE(handler) which specifies a memory Aaron Giles2008-04-161-1/+1
* Renamed input port functions: Aaron Giles2008-04-061-9/+9
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-1/+1
* WIP check-in. Things work now, but I'm still working on the code. Aaron Giles2008-03-091-1/+1
* 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-2/+2
* Most of this descriptions taken directly from an e-mail by Aaron: Zsolt Vasvari2008-02-291-1/+1
* Turned on use of designated initializers for tokenized structures in gcc, Aaron Giles2008-02-261-9/+9
* Most important thing to note about this change: Aaron Giles2008-02-211-3/+2
* New module: devintrf.c/.h. Implements a generic device interface similar Aaron Giles2008-02-191-1/+1
* Split timer_adjust() into timer_adjust_oneshot() and timer_adjust_periodic(). Aaron Giles2008-02-061-2/+2
* - Changed cpunum_set_input_line* functions to take running_machine as an argu... Zsolt Vasvari2008-01-241-4/+4
* Pushed CUSTOM_INPUT macro to all users.mame0122u6 Aaron Giles2008-01-171-3/+3
* (From Atari Ace) Aaron Giles2008-01-141-1/+1
* Changes for MAME 0.121u2.mame0121u2 Aaron Giles2007-12-171-1/+1
* Changes for MAME 0.121u1.mame0121u1 Aaron Giles2007-12-171-24/+9
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+704