summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/galastrm.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* galastrm: Use ADC0808 device Dirk Best2018-04-021-14/+8
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+1
* galastrm: Use TC0510NIO device for inputs AJR2017-06-081-6/+1
* a few more timer_set removals (nw) Ivan Vangelista2017-04-191-0/+2
* Self-registering devices prep: Vas Crabb2017-02-271-0/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-8/+8
* Make watchdog timer a separate device AJR2016-04-301-0/+3
* Update license for Hau on his request (nw) Miodrag Milanovic2016-03-031-1/+1
* 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-1/+0
* some manual changes to unique_ptr (nw) Miodrag Milanovic2015-12-251-1/+1
* some handmade changes (nw) Miodrag Milanovic2015-12-211-1/+1
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-2/+2
* Cleanups and version bumpmame0166 Miodrag Milanovic2015-09-301-8/+8
* Convert galastrm driver to render with the newer polygon interface instead of Andrew Gardner2015-09-011-4/+28
* Quiet LTO ODR warnings (NW) Cowering2015-07-081-3/+3
* 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
* renamed poly.{c|h} to polylgcy.{c|h} and polynew.h to poly.h Oliver Stöneberg2014-03-191-1/+1
* renamed old poly_manager to legacy_poly_manager Oliver Stöneberg2014-03-191-1/+1
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+6
* moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+3
* Rewrite serial EEPROM devices, breaking them out into separate chips of Aaron Giles2013-07-291-1/+1
* Split eeprom.c into a base class base_eeprom_device and a serial-specific Aaron Giles2013-07-271-1/+1
* Rename eeprom_device to serial_eeprom_device in anticipation of adding Aaron Giles2013-07-261-1/+1
* Fix long-standing architectural wart: the priority bitmap is no longer owned Aaron Giles2013-07-261-1/+1
* Split up the video devices contained in taitoic.c. [Osso] Scott Stone2013-07-201-2/+3
* Modernization of the remainder of taitoic as well as the deco_bac06 device. ... Scott Stone2013-06-301-1/+3
* Modernized the TC0080VCO and the TC0100SCN video devices [Osso] Fabio Priuli2013-06-201-3/+6
* More MAME drivers lose their anonymous timers. (nw) Andrew Gardner2013-05-151-1/+8
* more eeprom devices (nw) Miodrag Milanovic2013-04-121-1/+4
* added m_maincpu to the rest of drivers in mame (nw) Miodrag Milanovic2013-04-101-1/+3
* Modernization of drivers part 6 (no whatsnew) Miodrag Milanovic2013-02-081-0/+3
* machine_notify_delegate modernization (nw) Miodrag Milanovic2013-02-041-0/+1
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-0/+1
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-0/+1
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-6/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-1/+2
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-4/+7
* modernization of some CUSTOM_INPUT's part 3 (no whatsnew) Miodrag Milanovic2012-04-091-0/+2
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-0/+6
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-3/+3
* 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-19/+19
* Convert a number of drivers to use their own private spriteram instead Aaron Giles2011-03-131-0/+2
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* From: Atari Ace Aaron Giles2011-02-031-2/+38