summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/stvcd.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* ds8874: move to video folder (led driver chip), hap13 days1-1/+1
* akiko, am79c90, i82586, k053252, spi_sdcard, stvcd, t10mmc, t10sbc, t10spc: U... AJR2023-09-171-42/+21
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-4/+4
* cdda: Modernize a little Olivier Galibert2023-05-181-3/+1
* machine/stvcd.cpp: better split LOG calls to areas of interest angelosa2023-05-171-83/+103
* chd: Add dvd support. better abstraction in general, multi-image support in a... Olivier Galibert2023-05-041-55/+45
* stvcd: Be a little more robust to not having any cdrom reader Olivier Galibert2022-04-041-1/+16
* cdrom_file: classify. Could use more internal work, but it's a step Olivier Galibert2022-04-011-37/+37
* srcclean in preparation for MAME 0.235, and two small adjustments. Vas Crabb2021-09-261-2/+2
* saturn.cpp: Add Korean BIOS placeholder (#8608) Angelo Salese2021-09-251-21/+45
* various devices and drivers: removed superfluous semicolons (nw) Ivan Vangelista2020-06-291-1/+1
* devices/machine, sound and video: removed read and write macros (nw) Ivan Vangelista2020-06-171-16/+16
* srcclean and manual cleanup (nw) Vas Crabb2020-04-261-25/+25
* stvcd.cpp: move note on top, make some basic QA (nw) angelosa2020-04-251-4/+17
* fixes for clang 10.0.0 misleading indentation and xor used as a pow warnings ... smf-2020-04-231-1/+1
* stvcd.cpp: second cleanup pass: move communication interface to device_memory... angelosa2020-04-191-458/+353
* stvcd.cpp: first cleanup pass: move all commands into functions (nw) angelosa2020-04-181-1083/+1217
* (nw) Clean up the mess on master Vas Crabb2019-03-261-9/+9
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-9/+9
* devices\machine\ticket, timer: removed MCFG macros (nw) Ivan Vangelista2019-01-211-7/+8
* imagedev\chd_cd, diablo: removed MCFG macros (nw) Ivan Vangelista2019-01-191-2/+1
* scsp.cpp : Updates cam9002018-11-291-9/+4
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-1/+1
* srcclean (nw) Vas Crabb2018-04-221-2/+2
* MT #06843 (nw) angelosa2018-04-201-0/+8
* saturn: Fix regression due to an unexpected CDDA dependency (nw) AJR2018-02-161-0/+5
* stvcd: Note HLE in device name (nw) AJR2018-02-151-1/+1
* Revert "Merge satcdb skeleton device with stvcd" AJR2018-02-151-31/+0
* Merge satcdb skeleton device with stvcd AJR2018-02-141-0/+31
* saturn, sfish2: Move existing CD-ROM emulation down into device AJR2018-02-141-170/+156
* stvcd.cpp: fixed some boundary checks for filters access (nw) (#3092) Oliver Stöneberg2018-01-201-4/+4
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-1/+1
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-1/+1
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-1/+1
* srcclean (nw) Vas Crabb2017-10-221-4/+4
* stvcd.cpp: fixed soft reset crash on Sega Saturn, caused by corrupt TOC lengt... angelosa2017-10-111-2/+3
* stvcd.cpp: Added some basic MPEG commands, makes Sport Fishing 2 to surpass M... angelosa2017-10-081-3/+54
* Fix sfish2 no cdrom found regression (nw) angelosa2017-10-081-2/+2
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* Fix obvious bugs found by GCC 7.1 (nw) Miodrag Milanovic2017-05-151-1/+1
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-241-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-74/+74
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-1/+1
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-1/+1
* Allow Saturn CD player to be useable by changing printf to logerror (nw) Scott Stone2016-06-131-6/+6
* saturn and stv split (nw) Miodrag Milanovic2016-05-011-1/+1
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-2/+2
* modernize rom_load_manager (nw) Miodrag Milanovic2016-01-111-2/+2
* cleanup (nw) Miodrag Milanovic2015-12-261-1/+1
* clang-modernize part 3 Miodrag Milanovic2015-12-041-24/+24