summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/gp9001.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* toaplan2.cpp, gp9001.cpp Cleanups (#3460) cam9002018-05-171-16/+8
* de-staticify initializations for src/mame/video (nw) (#3246) wilbertpol2018-02-201-2/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-1/+1
* gp9001: Add line reads for polling sync outputs; privatize a few things (nw) AJR2017-12-161-14/+18
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-1/+1
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-1/+1
* toaplan2.cpp: Generate (and acknowledge) video interrupts within VDP AJR2017-06-071-0/+13
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-54/+100
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-19/+19
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-191-1/+1
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-3/+3
* Update for Quench (nw) Miodrag Milanovic2015-05-161-2/+2
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* Misc cleanups of the day (nw) Ivan Vangelista2014-10-071-3/+3
* gp9001.c (toaplan2.c): convert to device_gfx_interface, cleanups [Alex Jackson] Alex W. Jackson2014-04-141-43/+18
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+0
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-0/+6
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-0/+7
* Bulk removal of machine().primary_screen references from MAME drivers, in Aaron Giles2013-08-051-0/+1
* finished modernizing gp9001 [smf] smf-2013-06-011-12/+31
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-4/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-11/+11
* Memory handler normalization, part 1. Aaron Giles2012-09-171-9/+9
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-2/+2
* tilemap_create_device users modernized (no whatsnew) Miodrag Milanovic2012-09-071-0/+4
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-1/+1
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-4/+4
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-3/+3
* Bulk converted cliprect * to cliprect & across the system. This makes Aaron Giles2011-12-311-2/+2
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-25/+14
* BIG update. Aaron Giles2011-03-291-3/+3
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-1/+1
* Converted core_options to a class. Removed a bunch of marginal Aaron Giles2011-03-031-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-1/+1
* Haze: further clean-ups (not worth) Angelo Salese2011-01-191-30/+25
* Fixed regressed flip screen support in Toaplan 2 games [David Haywood] Angelo Salese2011-01-191-14/+17
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-4/+4
* Added include files for all remaining drivers with multiple source files. Aaron Giles2010-09-021-3/+0
* De-converted MACHINE_DRIVER from tokens back to constructor functions, regaining Aaron Giles2010-08-261-4/+3
* Converted toaplan1/2 drivers to use driver_data [Atari Ace] Phil Bennett2010-08-231-4/+3
* Toaplan2: Removed tile limit hack, not needed now since VDP is mixed properly... Angelo Salese2010-08-211-1/+0
* Toaplan2: Attempted to implement dual VDP mixing with the equations provided ... Angelo Salese2010-08-211-0/+2
* Changed GP9001 (toaplan VDP device) to use DEVICE_SELF [David Haywood] Angelo Salese2010-08-191-2/+2
* Cleanups and version bump.mame0139u1 Aaron Giles2010-08-121-1/+1
* More refactoring to the Toaplan 2 / GP9001 VDP device [David Haywood] Angelo Salese2010-08-091-0/+126