summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/seta2.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* vgmplay.cpp : Add X1-010 Support cam9002018-07-231-2/+5
* private: use (S, T, U, V) (nw) (#3720) David Haywood2018-07-011-21/+24
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* use plural names for output finders when there are multiple outputs (#3595) wilbertpol2018-05-271-5/+5
* funworld/seta2: Fix led/lamp output_finder regressions (nw) Wilbert Pol2018-05-211-31/+58
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-32/+39
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-6/+6
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-6/+6
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-3/+3
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+19
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+17
* Handle a small number that only need a device variable to be added (nw) Olivier Galibert2018-01-021-0/+2
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-6/+17
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-17/+6
* New working machines Luca Elia2017-12-111-6/+17
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* Trade MACHINE_IMPERFECT_KEYBOARD, MACHINE_NODEVICE_CAMERA and MACHINE_NODEVIC... Vas Crabb2017-07-271-13/+38
* Convert screen_device VBLANK callback to devcb_write_line AJR2017-03-101-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-13/+13
* New machines added or promoted from NOT_WORKING status Luca Elia2016-09-101-11/+38
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-1/+1
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-1/+1
* Done work for Luca Elia (nw) Miodrag Milanovic2015-05-131-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
* Cleanups and version bumpmame0160 Miodrag Milanovic2015-03-251-2/+2
* tmp68301_device: initialized variables (nw) Ivan Vangelista2015-03-231-2/+0
* Added / improved save state support to the devices used in seta2.c. Save stat... Ivan Vangelista2015-03-211-30/+36
* h8: Rewrite [O. Galibert] Olivier Galibert2014-03-251-12/+7
* 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
* 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
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-231-2/+2
* Converted the tmp68301 to a device. [Osso] Scott Stone2013-07-051-0/+3
* Modernized the x1_010 device. [Osso] Scott Stone2013-07-051-2/+7
* preparation for some fruit machine work I'm doing (nw) David Haywood2013-04-291-2/+0
* eeprom_device tag lookup cleanup (nw) Miodrag Milanovic2013-04-121-1/+4
* oki cleanup (nw) Miodrag Milanovic2013-04-111-1/+5
* Modernization of drivers part 18 (no whatsnew) Miodrag Milanovic2013-02-121-0/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-2/+2
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-0/+1
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-0/+3
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-9/+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-3/+7