summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/mega32x.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-1862/+0
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-1/+1
* emumem: Simplify memory management. [O. Galibert] Olivier Galibert2020-11-021-3/+4
* volt_reg: Remove uses that are not needed anymore with the recent (#7367) Aaron Giles2020-10-201-7/+0
* Complete sound modernization of remaining devices. Legacy callbacks and strea... Aaron Giles2020-09-281-7/+4
* Significant internal changes to sound streams (#7169) Aaron Giles2020-09-131-2/+2
* drivers starting with m, n and o: removed read* and write* macros (nw) Ivan Vangelista2020-06-121-73/+82
* 32x: move game specific notes to hash file angelosa2019-11-211-8/+0
* Spring cleaning: Vas Crabb2019-11-011-1/+1
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-16/+16
* Spelling (#5796) Zoƫ Blade2019-10-241-2/+2
* mega32x.cpp : Fix crash in vgmplay (#5624) cam9002019-09-131-4/+18
* 315_5313.cpp DMA / Timer Updates, Correct refresh rate and timer rate related... cam9002019-08-131-12/+17
* srcclean (nw) Vas Crabb2019-06-231-1/+1
* mega32x.cpp: refactor and convert read/write handlers to 16-bit space [Angelo... Angelo Salese2019-06-221-187/+119
* Sega 315-5313 color related function updates cam9002019-05-191-39/+19
* (nw) Clean up the mess on master Vas Crabb2019-03-261-1/+0
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-0/+1
* volt_reg: set default m_output (nw) hap2019-02-191-1/+0
* -sh2, sh4, sat_ctrl: Removed MCFG, nw mooglyguy2018-12-091-45/+35
* 32x, Fix FIFO & number of dac bits. [smf] smf-2018-08-311-45/+46
* update timer during reset to fix issues changing songs in vgmplay (nw) smf-2018-08-071-2/+2
* vgmplay: Added all sound chips (including multiple instances supported by the... smf-2018-08-041-12/+8
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-24/+24
* 32x: Eliminated machine().device, nw mooglyguy2018-06-021-17/+19
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-16/+16
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-4/+4
* maps: Finish mame/machine (nw) Olivier Galibert2018-04-191-38/+40
* de-staticify initializations for mame/machine (#3251) wilbertpol2018-02-211-11/+0
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-2/+2
* This causes huge changes in behaviour that can't be hand-waved away. Vas Crabb2018-01-131-4/+7
* New way to provide DAC reference inputs (nw) AJR2018-01-101-7/+4
* Remove a bunch of space.device().safe_pc() from devices (nw) Olivier Galibert2017-12-301-2/+2
* space.machine -> machine (nw) Olivier Galibert2017-12-141-14/+14
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* updated mame/machine devices to device_add_mconfig (nw) Ivan Vangelista2017-05-261-14/+2
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-7/+29
* Self-registering devices prep: Vas Crabb2017-02-271-2/+2
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-241-1/+1
* cleanup of TRUE/FALSE in mame section (nw) Miodrag Milanovic2016-10-221-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-29/+29
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-16/+17
* More prep for removing pointer/reference duality (nw) Vas Crabb2016-08-271-7/+7
* TIMER_CALLBACK to TIMER_CALLBACK_MEMBER (nw) Miodrag Milanovic2016-03-071-11/+2
* reverting: Miodrag Milanovic2016-01-201-4/+4
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-4/+4