summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/btime.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-45/+45
* BIG update. Aaron Giles2011-03-291-75/+75
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-7/+7
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-22/+22
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-2/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-1/+1
* btime: Background vertical offset was off by one pixel, burger parts position... Michaƫl Banaan Ananas2010-05-131-1/+1
* 00660: zoar: The cabinet UPRIGHT dipswitch is not working. [stephh] Phil Bennett2010-01-141-13/+15
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Cleanups and version bump.mame0135u2 Aaron Giles2009-11-301-5/+5
* same as 7449 (less cputag calls during emulation and no generic sizes for str... Fabio Priuli2009-11-291-1/+1
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-1/+1
* Added driver data struct and save states to btime.c and scregg.c Fabio Priuli2009-11-271-310/+309
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-101-1/+1
* Cleaned out remaining generic drawgfx usage. Removed the Aaron Giles2009-07-021-13/+13
* Part 1 of the drawgfx changes. [Atari Ace] Aaron Giles2009-07-021-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-251-15/+10
* Nuked progolf and btime dependancy, fixes some other bugs in the meanwhile... Angelo Salese2009-06-101-64/+1
* Fixed backgrounds and added inputs Angelo Salese2009-06-091-5/+21
* Added framebuffer support in 18 Holes Pro Golf [Angelo Salese] Angelo Salese2009-06-091-7/+18
* Started to look at the 18 Holes Pro Golf driver... Angelo Salese2009-06-091-0/+28
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-48/+6
* Merged i8x41 (UPI-41) core into MCS-48 core: Aaron Giles2008-12-301-27/+15
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-15/+15
* renamed gfx3 -> bg_map in btime.c to better reflect what it is davidhay2008-11-291-1/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-6/+6
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-1/+1
* Region classes go bye-bye. Aaron Giles2008-07-281-1/+1
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-2/+2
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-06-121-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-121-0/+1
* Flipped the damn mem_mask. It is no longer inverted when passed to Aaron Giles2008-04-201-1/+1
* Bulk converted drivers explicitly calling input_port_n_r() with a bogus Aaron Giles2008-04-061-1/+1
* - More machine->screen removal Zsolt Vasvari2008-03-111-1/+4
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-43/+30
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-6/+6
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-4/+4
* * remove flip_screen macro Couriersud2008-02-251-12/+12
* The term "driver" is way overloaded in the system. Aaron Giles2008-02-181-2/+2
* - Removed TRANSPARENCY_NONE_RAW, TRANSPARENCY_PENS_RAW and TRANSPARENCY_PEN_T... Zsolt Vasvari2008-01-281-1/+1
* - Changed cpunum_set_input_line* functions to take running_machine as an argu... Zsolt Vasvari2008-01-241-1/+1
* Changed all other video_*, sound_*, etc. calls to use macros Zsolt Vasvari2008-01-221-1/+1
* (From AtariAce) Aaron Giles2008-01-111-2/+2
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+659