summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/segas32.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-51/+56
* rf5c68.cpp Updates, etc (#3515) cam9002018-05-111-1/+7
* segas32.cpp: Cleanup for the last cleanup (nw) AJR2018-03-031-2/+0
* segas32.cpp: Further cleanup (nw) AJR2018-03-031-5/+2
* segas32.cpp: ACCESSING_BITS cleanup (nw) AJR2018-03-031-13/+6
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+17
* Move Multipcm bank schemes to DEVICE_ADDRESS_MAP (#3113) cam9002018-01-251-0/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+1
* Checkpoint... (nw) Olivier Galibert2018-01-031-1/+1
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* srcclean (nw) Vas Crabb2017-05-281-1/+1
* Base MB89352 hookup in kokoroj2, disabled by default (nw) angelosa2017-05-261-0/+2
* arabfgt: Replace protection MCU simulation with emulation of actual program AJR2017-05-231-26/+32
* Partially rewrite uPD4701 device and hook it up to a few Sega games AJR2017-05-211-7/+0
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-2/+9
* segas32.cpp: Input modernization, phase 2 AJR2017-04-211-14/+7
* daily timer_set removal (nw) Ivan Vangelista2017-04-201-0/+2
* kokoroj2: Add a whole bunch of lamps (nw) AJR2017-04-191-0/+3
* kokoroj2: Found the CXD1095 (nw) AJR2017-04-181-0/+11
* segas32.cpp: Input modernization, phase 1 AJR2017-04-171-29/+75
* segas32.cpp: add Air Rescue's uPD7725 DSP and load its roms. Disabled for now... Lord-Nightmare2017-03-151-0/+11
* segas23: Device cleanup [O. Galibert] Olivier Galibert2017-03-031-0/+1
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-72/+72
* Devfind revision phase 2 (nw) AJR2016-08-051-0/+6
* reverting: Miodrag Milanovic2016-01-201-4/+4
* tags are now strings (nw) Miodrag Milanovic2016-01-161-4/+4
* removed declarations from H files that are not defined in CPP (nw) Miodrag Milanovic2015-12-251-2/+0
* fixes (nw) Miodrag Milanovic2015-12-191-1/+1
* auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-191-1/+1
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-4/+4
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-7/+7
* (nw) David Haywood2015-06-271-0/+1
* Merge pull request #3 from mamedev/master Ariane Fugmann2015-06-241-3/+2
|\
| * Cleanups and version bumpmame0163 Miodrag Milanovic2015-06-241-3/+2
* | S32COMM: initial upload Ariane Fugmann2015-06-181-0/+2
|/
* emulate the dual stack System 32 games as dual stack (f1 exhaust note and air... David Haywood2015-06-101-49/+73
* Random small cleanups (nw) Ivan Vangelista2014-10-011-3/+4
* Moved misc functions into driver classes and small cleanups(nw) Ivan Vangelista2014-09-291-0/+2
* segas32.h: small cleanup (nw) Ivan Vangelista2014-09-231-3/+0
* 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
* Based on memory and obvious stuff, attempted to flag driver code Aaron Giles2013-10-161-0/+2
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-1/+1
* Modernized MultiPCM, mjkjidai, renegage, ninjaw_subwoofer devices [Osso] Scott Stone2013-07-301-4/+8
* 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
* more eeprom devices (nw) Miodrag Milanovic2013-04-121-2/+4
* changed machine().device("soundcpu") with m_soundcpu (nw) Miodrag Milanovic2013-04-111-1/+3