summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/btoads.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (Finally found the time to finish this....) Aaron Giles2011-05-301-2/+2
* Converted btoads to a modern driver as a checkpoint to see what's Aaron Giles2011-05-041-117/+99
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-68/+68
* BIG update. Aaron Giles2011-03-291-28/+28
* Continued eliminating global/static variables by moving them to Aaron Giles2011-03-131-2/+1
* Updated nmk/olympia/pacific/pce/phoenix/rare/seibu/seta to driver_devices. Aaron Giles2011-03-031-94/+85
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-2/+2
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-2/+2
* 03992: btoads: Reload of state cause major graphic corruption [Phil Bennett] Phil Bennett2010-08-161-3/+3
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-7/+7
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-061-2/+2
* A few more number-to-tag conversions in CPU calls Fabio Priuli2009-04-271-1/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-141-5/+4
* Here's the big one.... Aaron Giles2008-12-111-2/+2
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-9/+9
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-7/+7
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-1/+1
* Major cpuintrf changes: Aaron Giles2008-11-101-2/+3
* Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* Aaron Giles2008-04-031-7/+7
* New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... smf-2008-03-301-7/+7
* Fix 01524: btoads: Assertion Zsolt Vasvari2008-03-211-4/+3
* Fix 01526: futflash, laserbas, laserbsa: Assertion Zsolt Vasvari2008-03-151-1/+3
* Changes TMS34010 to take a screen tag instead of the screen number Zsolt Vasvari2008-03-101-1/+1
* Changes first argument of video_screen_* functions to take a device_config Zsolt Vasvari2008-03-091-3/+3
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-2/+2
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-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-1/+1
* Const-ified tlc34076_get_pens Zsolt Vasvari2008-01-141-1/+1
* - Changed TLC34076 and games using it to RGB32 Zsolt Vasvari2008-01-141-37/+38
* Cleanups and version bump to 0.122u4.mame0122u4 Aaron Giles2008-01-071-1/+1
* Allowed 32-bit pixel sizes for 34020 core. Aaron Giles2008-01-041-25/+37
* Spacing fixes and a version bump to 0.122u3.mame0122u3 Aaron Giles2008-01-031-23/+23
* Added save state support to btoads. Aaron Giles2008-01-031-23/+86
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+487