summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/stvcd.c
Commit message (Expand)AuthorAgeFilesLines
* ATTN Kale: ddsom fails to enter ingame with this code you added Fabio Priuli2014-09-291-1/+3
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-4/+4
* converted some global_alloc_array() usage to dynamic_array/dynamic_buffer (nw) Oliver Stöneberg2014-03-281-4/+1
* replaced some malloc/free usage with global_alloc_array/global_free_array (nw) Oliver Stöneberg2014-03-281-2/+2
* Another round of auto_alloc_array conversions. Aaron Giles2014-02-201-14/+3
* ADR and track # fixes Angelo Salese2013-10-201-4/+9
* Another one Angelo Salese2013-10-161-0/+2
* modernised CDDA & discard buffered samples when starting to play to avoid aud... smf-2013-05-131-10/+10
* Fixed CD interface mirrors, allows Over load test to work in Diag Angelo Salese2013-03-211-1/+49
* Cleanups and version bumpmame0148u2 Miodrag Milanovic2013-03-191-2/+2
* This one should stay in Angelo Salese2013-03-131-1/+1
* Fixed a minor bug with CD block Put sector, makes Virtual On to enter into ga... Angelo Salese2013-03-131-2/+4
* Timid attempt to make Pango Fun to boot Angelo Salese2013-03-111-1/+1
* Improved previous fix, fixes regression with Road Blaster & friends Angelo Salese2013-03-091-7/+11
* First pass at improving CD get status command, fixes streamed music in falcom... Angelo Salese2013-03-081-4/+53
* Fixed regression with FAD end in track mode, fixes Death Throttle Angelo Salese2013-03-041-2/+1
* Fixed VDP1 clear regression, reverted the blckmtxa attempted fix too. Angelo Salese2013-02-251-4/+4
* Actually fixed track seek, fixes regression with Zero Divide Angelo Salese2013-02-221-2/+16
* Fixing compilation error; cannot subtract from a bool (nw) Nathan Woods2013-02-221-1/+1
* Debug code that slipped through ... Angelo Salese2013-02-221-9/+0
* Hook-up proper VDP1 fb erase via coordinates, fixes Gokujou Parodius / Sexy P... Angelo Salese2013-02-221-0/+10
* Misc changes Angelo Salese2013-02-211-9/+6
* Added preliminary CD Seek mechanism, fixes Zero Divide booting Angelo Salese2013-02-201-11/+50
* SH-2: watchdog i/f is quite exotic, implement it so it can be debugged properly Angelo Salese2013-02-201-0/+2
* Fixed regression Angelo Salese2013-02-191-2/+3
* Small fix, nw Angelo Salese2013-02-191-1/+1
* Moved CD command timing around, fixed regression in logicpuz. Also added 11bp... Angelo Salese2013-02-181-21/+17
* Fixed filter reading on false connector Angelo Salese2013-02-181-13/+17
* Small fix for size allocation Angelo Salese2013-02-171-3/+5
* Attempt to add Copy Sector Data command, but my logic fails for some reason ... Angelo Salese2013-02-161-7/+29
* Actually ECPY isn't needed Angelo Salese2013-02-161-4/+5
* (MESS) Added hook-up for CD Block command 0x64 (Put Sector Data) [Angelo Salese] Angelo Salese2013-02-151-4/+71
* Basic hook-up of CD block command 0x64, pending actual transfer code ... Angelo Salese2013-02-151-5/+15
* Enough of this Angelo Salese2013-02-131-1/+1
* Actually 0x62 doesn't need this Angelo Salese2013-02-131-2/+3
* Fixed a crash bug with CD block, fixes at very least Yoshimoto Mahjong Angelo Salese2013-02-131-8/+7
* fixed super-verbose logging in src/emu/machine/stvcd.c (nw) Oliver Stöneberg2013-02-121-30/+30
* Fixed physical CD-Rom reading in CD Block, fixes Black Matrix FMV loading Angelo Salese2013-02-121-3/+3
* Fix for file system printing, thanks to Firewave Angelo Salese2013-02-121-1/+1
* Fix for Choice Cuts crashing when skipping FMV Angelo Salese2013-02-121-1/+1
* Cosmetic change, nw Angelo Salese2013-02-111-44/+45
* Minor change, nw Angelo Salese2013-02-111-7/+4
* Moved some of the saturn code from mame/ into emu/ and made saturn.c & stv.c ... smf-2013-02-111-0/+2446