summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/psxcd.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-1342/+0
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-212/+225
* cdrom_file: classify. Could use more internal work, but it's a step Olivier Galibert2022-04-011-18/+18
* init vars for coverity (mame/machine/m-z) Robbbert2022-03-301-1/+1
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-7/+8
* util/cdrom.cpp: Return index 1/start of track data instead of index 0/start o... 9871238791132021-03-311-1/+2
* Got rid of global_alloc/global_free. Vas Crabb2020-10-031-7/+7
* mame/machine: simplified some handlers (nw) Ivan Vangelista2020-04-231-2/+2
* altos8600, isbc_208, isbc_215g, m20_8086, psxcd, saturn, sun3x, z100: Removed... mooglyguy2018-06-221-4/+3
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-16/+16
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-1/+1
* Validate BIOS names and fix most errors found: Vas Crabb2017-08-251-16/+16
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-2/+2
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-27/+27
* Finished up tiny_rom_entry conversion Nathan Woods2016-08-061-1/+1
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-3/+3
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-121-1/+1
* clang-modernize part 4 Miodrag Milanovic2015-12-041-22/+22
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1328