summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/galaxold.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-18/+22
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-28/+28
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-28/+28
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-5/+5
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+29
* Bulk replace convention for include guards in src/mame/includes/ files: angelosa2018-02-051-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+27
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* New working clones AJR2017-08-161-0/+2
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* Corrected the main crystal in marineb.cpp to 12MHz as seen in PCB photos. Kaz2017-02-061-2/+0
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-50/+50
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* removed declarations from H files that are not defined in CPP (nw) Miodrag Milanovic2015-12-251-3/+0
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-2/+2
* (nw) David Haywood2015-09-291-1/+4
* make the other rescue bootleg work at least, that one just has a simple secur... David Haywood2015-09-221-1/+1
* Simple LTO warning fixes (Part1) (nw) Cowering2015-05-241-2/+2
* resolved lot of license ownership (nw) Miodrag Milanovic2015-05-191-2/+2
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* galaxold / scramble: Removed some unused code (nw) Osso2015-01-011-1/+0
* Cleanups and version bumpmame0157 Miodrag Milanovic2014-12-311-12/+12
* video/galaxold.c: added a missing save state, improves but doesn't totally fi... Osso2014-12-221-33/+43
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+5
* moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+3
* Added write_sense to S2650 CPU and use it for pipbug serial port, Hunchback (... smf-2014-01-101-1/+0
* standardised 7474 MCFG and reduced number of run time lookups (nw) smf-2014-01-101-1/+9
* Misc legacy handlers cleanups. (nw) Ivan Vangelista2013-11-211-6/+0
* new clones David Haywood2013-08-181-0/+1
* Fix long-standing architectural wart: the priority bitmap is no longer owned Aaron Giles2013-07-261-10/+10
* Cleanups and version bumpmame0149 Miodrag Milanovic2013-06-111-1/+1
* guttangt - added rom banking so that the music plays (because they had to rew... David Haywood2013-06-011-0/+5
* new clones David Haywood2013-05-221-0/+1
* changed machine().device("audiocpu") with m_maincpu (nw) Miodrag Milanovic2013-04-111-1/+3
* added m_maincpu to the rest of drivers in mame (nw) Miodrag Milanovic2013-04-101-2/+3
* Modernization of drivers part 6 (no whatsnew) Miodrag Milanovic2013-02-081-11/+56
* IRQ_CALLBACK modernization part 1 (no whatsnew) Miodrag Milanovic2013-01-311-0/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-14/+14
* Ozon1 : fixed cocktail mode [Kevin Pickell] Robbbert2013-01-031-0/+1
* Improved bagmanmc. Add new working clone. [Robbbert] Robbbert2012-11-161-0/+1
* Decrypted code in "Harem" [Luca Elia] Luca Elia2012-11-111-2/+2
* moved harem to scramble.c Michaël Banaan Ananas2012-10-171-4/+2
* changed 7474 to use devcb2 (no whatsnew) Miodrag Milanovic2012-10-171-5/+4
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-2/+1
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-0/+2
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-2/+2
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-52/+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-40/+74