summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gaelco.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-93/+0
* init even more vars (includes) Robbbert2022-04-101-2/+2
* Research into thoop and squash 'refresh rate' protection [Victor Fernandez (C... David Haywood2021-12-141-2/+5
* CG-1V/GAE1 video/audio fixes (#8859) David Haywood2021-11-221-1/+9
* gaelcrpt: Eliminate space.device() accesses AJR2021-07-151-4/+4
* drivers starting with g, h and i: removed read* and write* macros (nw) Ivan Vangelista2020-06-101-5/+5
* Remove tilemap.h from emu.h (nw) AJR2019-08-211-0/+1
* gaelco.cpp : Reduce duplicate, Cleanup naming, Reduce runtime tag lookup, Cle... cam9002018-11-101-8/+9
* more private member use in 'D, E, F, G' drivers (nw) (#3704) David Haywood2018-06-271-4/+7
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-2/+2
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-2/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+9
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+4
* bigkarnk: Soundlatch modernization (nw) AJR2017-08-241-2/+0
* Add address-shifted versions of AM_DEVREAD/_DEVWRITE/_DEVREADWRITE (nw) (#2586) ajrhacker2017-08-221-3/+0
* New 74LS259/9334/CD4099 devices AJR2017-07-251-1/+8
* More ACCESSING_BITS cleanups Dirk Best2017-01-051-3/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-6/+6
* some more gen_latch.cpp (nw) Ivan Vangelista2016-05-271-0/+4
* gaelco.cpp, targeth.cpp: oki memory map instead of memcpy (nw) Ivan Vangelista2016-02-271-10/+14
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-1/+1
* misc palette cleanups (nw) Dirk Best2015-08-021-1/+0
* Update license and email for Manuel Abadia (nw) Miodrag Milanovic2015-05-231-1/+1
* Sync other dirs with main driver license for MAME (nw) Miodrag Milanovic2015-05-131-1/+1
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+3
* moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+3
* Fix long-standing architectural wart: the priority bitmap is no longer owned Aaron Giles2013-07-261-1/+1
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-2/+2
* added m_maincpu to the rest of drivers in mame (nw) Miodrag Milanovic2013-04-101-1/+3
* unified formating of state class constructors, no functional change (nw) Miodrag Milanovic2013-04-101-1/+1
* made rest of devices optional where needed (nw) Miodrag Milanovic2013-04-091-1/+1
* moved cpu_device * to required_device in existing driver state classes (nw) Miodrag Milanovic2013-04-091-2/+3
* Modernization of drivers part 6 (no whatsnew) Miodrag Milanovic2013-02-081-0/+1
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-11/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-2/+4
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-2/+5
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* TILE/TILEMAP modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-061-0/+2
* Fix most reported errors. Aaron Giles2012-04-161-1/+1
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-5/+9
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-1/+1
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-0/+7
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-2/+2
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-6/+6
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2