summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/gp9001.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-26/+11
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-181-5/+5
* BIG update. Aaron Giles2011-03-291-14/+14
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Major toaplan2.c updates [Alex Jackson] Scott Stone2011-03-091-16/+0
* 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
* Removed short name as parameter from device_config this way it is not mandato... Miodrag Milanovic2011-02-111-1/+1
* - Added shortname to devices in order to make ROM loading per device possible... Miodrag Milanovic2011-02-101-1/+1
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-21/+21
* Cleanups and version bump.mame0141u1 Aaron Giles2011-01-241-9/+9
* Haze: further clean-ups (not worth) Angelo Salese2011-01-191-314/+139
* Fixed regressed flip screen support in Toaplan 2 games [David Haywood] Angelo Salese2011-01-191-227/+154
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* Haze: attempt to fix MT 4044 Angelo Salese2010-09-061-2/+27
* Added include files for all remaining drivers with multiple source files. Aaron Giles2010-09-021-9/+9
* Remove artificial SOUND_ prefix from sound device names. Aaron Giles2010-09-021-1/+1
* De-converted MACHINE_DRIVER from tokens back to constructor functions, regaining Aaron Giles2010-08-261-2/+3
* Converted toaplan1/2 drivers to use driver_data [Atari Ace] Phil Bennett2010-08-231-11/+6
* Toaplan2: Removed tile limit hack, not needed now since VDP is mixed properly... Angelo Salese2010-08-211-18/+0
* Toaplan2: Attempted to implement dual VDP mixing with the equations provided ... Angelo Salese2010-08-211-16/+14
* Changed GP9001 (toaplan VDP device) to use DEVICE_SELF [David Haywood] Angelo Salese2010-08-191-21/+4
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-2/+2
* Cleanups and version bump.mame0139u1 Aaron Giles2010-08-121-51/+51
* More refactoring to the Toaplan 2 / GP9001 VDP device [David Haywood] Angelo Salese2010-08-091-0/+1325