summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/segas32.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-397/+0
* more init vars (includes) Robbbert2022-04-101-22/+22
* segas32.cpp: Added save state support, and fixed backdrop color fill when scr... cam9002020-12-271-1/+9
* Fix multi32 broken by the memory changes Olivier Galibert2020-11-161-3/+3
* Cleaned up bitmap API. Vas Crabb2020-09-271-1/+1
* segas32.cpp: Eliminate auto_alloc and a bizarre comparison between bitmap poi... AJR2020-08-291-12/+14
* drivers starting with s: removed read* and write* macros (nw) Ivan Vangelista2020-06-151-37/+37
* further macro removal work (nw) Ivan Vangelista2020-05-181-7/+7
* segas32.cpp: initialized some stuff (nw) Ivan Vangelista2019-11-261-6/+6
* (nw) quick fix for multi32 games with different sound hardware - state class ... Vas Crabb2019-10-141-1/+1
* arse Vas Crabb2019-10-121-44/+27
* Remove tilemap.h from emu.h (nw) AJR2019-08-211-0/+1
* New working clone braintro2019-06-261-0/+1
* Fix regressions from recent comit, nw mooglyguy2018-12-271-2/+2
* -devices/machine/msm6253: Removed MCFG macros and added devcb3 support, nw mooglyguy2018-12-271-2/+2
* segas32.cpp : Cleanup duplicates, ACCESSING_BITs, naming (#3823) cam9002018-11-241-23/+12
* private: use (S, T, U, V) (nw) (#3720) David Haywood2018-07-011-40/+49
* 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-1/+1
* 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