summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/astrocde.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Converted astrocde/kaneko16/namcos23/suprnova to driver_device [Atari Ace] Angelo Salese2011-04-051-251/+208
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-1/+1
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-2/+2
* BIG update. Aaron Giles2011-03-291-30/+30
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-1/+1
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-2/+2
* (colormask is more logical like this) Michaël Banaan Ananas2011-03-201-5/+5
* changed implementation for spacezap monitor to driver configuration (no whats... Michaël Banaan Ananas2011-03-201-14/+3
* astrocde.c: Made Space Zap black & white. It uses an overlay for colors, the ... Michaël Banaan Ananas2011-03-201-0/+12
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-3/+3
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-6/+6
* Removed generic.videoram and generic.videoram_size. These generics Aaron Giles2010-09-081-1/+3
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-4/+4
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* video/astrocde.c: Limited the number of timers potentially produced by astroc... Phil Bennett2010-08-111-1/+1
* Return to type safety. Changed address maps back into functions that build Aaron Giles2010-08-011-2/+2
* Time to kill off some deadwood. Aaron Giles2010-07-071-1/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-10/+10
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-2/+2
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-1/+1
* Second (and last for now) round of cpu->[n] to cputags conversions Fabio Priuli2009-04-271-7/+7
* Bulk change alert. Aaron Giles2009-04-261-5/+5
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-1/+1
* Ok, this is The Big One. Aaron Giles2009-02-111-1/+1
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-43/+43
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-6/+6
* Removed globals from cpuexec. Aaron Giles2008-11-251-2/+2
* More driver conversions, including snes and seicop, which were two big ones. Aaron Giles2008-11-231-7/+7
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-14/+14
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-8/+8
* Rewrote core memory handlers as inline functions. These should be easier to Aaron Giles2008-04-091-4/+4
* Renamed input port functions: Aaron Giles2008-04-061-12/+12
* From Dirk Best: Aaron Giles2008-04-021-0/+22
* Fix 01500: all astrocde.c drivers: assertion Zsolt Vasvari2008-03-141-1/+2
* - Removes the public screen_state object -- all access is via functions Zsolt Vasvari2008-03-131-4/+7
* Changes first argument of video_screen_* functions to take a device_config Zsolt Vasvari2008-03-091-5/+5
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-3/+3
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-1/+1
* Removes cpu_getcurrentframe() and replaces it with video_screen_get_frame_num... Zsolt Vasvari2008-03-021-4/+1
* 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-0/+1
* - Changed cpunum_set_input_line* functions to take running_machine as an argu... Zsolt Vasvari2008-01-241-7/+7
* Changes for MAME 0.121u2.mame0121u2 Aaron Giles2007-12-171-4/+4
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+1106