summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/ojankohs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0142u6 Angelo Salese2011-06-191-5/+5
* Fix MT #4375 (aka somebody should explain to me why this is going to become a... Angelo Salese2011-06-151-8/+6
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-75/+75
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-1/+1
* BIG update. Aaron Giles2011-03-291-31/+31
* 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-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-9/+9
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-2/+2
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-16/+16
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-9/+9
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-1/+1
* Cleanups and version bump. Aaron Giles2010-03-041-13/+13
* Added driver_data class and save states to the following drivers: ohmygod.c, ... Fabio Priuli2010-02-281-112/+139
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Renamed tilemap -> tilemap_t, as the name 'tilemap' is too commonly Aaron Giles2009-12-281-1/+1
* > From: atari_ace@verizon.net Aaron Giles2009-08-131-1/+1
* More number-to-tag conversions in CPU calls while Kale is busy (and not mergi... Fabio Priuli2009-04-291-1/+1
* Memory maps merges for the following drivers: Angelo Salese2009-04-271-15/+0
* Bulk change alert. Aaron Giles2009-04-261-8/+8
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-2/+2
* address space compilation errors. smf-2008-11-151-6/+8
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-4/+4
* Major cpuintrf changes: Aaron Giles2008-11-101-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-4/+3
* - More machine->screen removal Zsolt Vasvari2008-03-111-1/+1
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-1/+1
* 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-1/+1
* Removed the pen array lookup from some INDEXED16 drivers Zsolt Vasvari2008-02-211-1/+1
* The term "driver" is way overloaded in the system. Aaron Giles2008-02-181-9/+9
* Removed 'type' parameter from tilemap_create Zsolt Vasvari2008-02-051-2/+2
* - Removed TRANSPARENCY_NONE_RAW, TRANSPARENCY_PENS_RAW and TRANSPARENCY_PEN_T... Zsolt Vasvari2008-01-281-1/+1
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+333