summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/pce_cd.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* util/cdrom.cpp: Return index 1/start of track data instead of index 0/start o... 9871238791132021-03-311-6/+1
* mame/machine: simplified some handlers (nw) Ivan Vangelista2020-04-231-31/+31
* devices/sound: more handler simplification (nw) Ivan Vangelista2020-03-121-1/+1
* srcclean (nw) Vas Crabb2019-08-251-7/+7
* pce_cd.cpp: register 0x0b is unrelated with 0x0c (nw) angelosa2019-08-051-4/+5
* pce_cd.cpp: refactor i/o accesses (nw) angelosa2019-08-051-254/+397
* (nw) Clean up the mess on master Vas Crabb2019-03-261-14/+13
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-13/+14
* srcclean and cleanup (nw) Vas Crabb2019-01-271-2/+2
* -sound/msm5205: Removed MCFG macros, nw mooglyguy2019-01-041-14/+13
* srcclean and manual fixup (nw) Vas Crabb2018-08-261-1/+1
* -nvram: Removed MCFG, nw mooglyguy2018-08-241-1/+1
* Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s... AJR2018-06-241-6/+6
* more macro removal and overload disambiguation (nw) Vas Crabb2018-06-171-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-3/+3
* Route sound relative to current device. Vas Crabb2018-05-011-4/+4
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* Remove a bunch of space.device().safe_pc() from devices (nw) Olivier Galibert2017-12-301-2/+2
* (nw) srcclean - please use UTF-8 for source files, stuff that isn't valid UTF... Vas Crabb2017-09-241-8/+8
* pce_cd.cpp: Fixed few bogus CD-ROM state bugs, fixes booting for Snatcher [An... angelosa2017-09-181-13/+18
* updated mame/machine devices to device_add_mconfig (nw) Ivan Vangelista2017-05-261-7/+1
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-8/+8
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* MSM5205 architectural cleanups (nw) AJR2017-01-101-2/+2
* removed msm5205 volume trampoline (nw) smf-2016-10-291-4/+4
* removed cdda volume trampolines (nw) smf-2016-10-291-4/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-30/+30
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-1/+1
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-4/+4
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-191-9/+9
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-7/+7
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1519