cdrom: change pause timing again
[pcsx_rearmed.git] / libpcsxcore / cdrom.c
3 days ago notazcdrom: change pause timing again master github/master
3 days ago notazintroduce fractional framerates
3 days ago notazcdrom: accept more channel bits
2024-03-22 notazphysical cdrom readahead
2024-01-02 notazcdrom: attempt to improve reset
2023-12-06 notazcdrom: fix a copy-paste mistake
2023-12-04 notazpsxbios: implement some cdrom related stuff
2023-12-01 notazadjust dma alignment and some cleanup
2023-11-25 notazcdrom: fail pausing on seek
2023-11-21 notazcdrom: always error out on shell open
2023-11-21 notazapply cdrom volume in spu
2023-11-13 notazcdrom: try more states
2023-11-03 notazcdrom: add forgotten reset
2023-11-02 notazcdrom: implement some more irq details
2023-10-31 notazcdrom: implement xa buffering somewhat
2023-10-29 notazcdrom: simplify getStatus
2023-10-28 notazcdrom: allow resetting with lid open
2023-10-26 notazcdrom: proper autopause int
2023-10-25 notazcdrom: maybe more accurate lid behavior
2023-10-25 notazcdrom: try some different seek times
2023-10-21 notazadd a libcrypt warning
2023-10-14 notazcdrom: adjust timing
2023-10-14 notazeliminate event code duplication
2023-10-11 notazcdrom: adjust pause behavior
2023-10-11 notazcdrom: adjust the resume timing hack
2023-09-23 notazpsxbios: experimental vsync HLE
2023-09-20 notazcdrom: some report mode details
2023-09-10 notazcdrom: add a hack for bad rips
2023-09-04 notazpreliminary irq10 support
2023-08-16 notazcdrom: more timing hacks
2023-08-03 notazdma: don't copy out of range
2023-07-12 notazcdrom: moar hacks
2023-07-12 notazcdrom: adjust logging
2023-07-12 notazMerge pull request #299 from anzz1/patch-1
2023-07-12 anzz1cdrom: rename mode constants to defineds
2022-12-11 notazcdrom: adjust a timing hack
2022-11-13 notazcdrom: forget old sector on cd change
2022-11-12 notazcdrom: make the timing hack conditional
2022-11-05 notazcdrom: don't report read too early
2022-11-02 notazcdrom: change GetlocP handling
2022-11-01 notazcdrom: handle fifo overreads
2022-10-25 notazcdrom: add a timing hack
2022-10-22 notazcdrom: report read errors correctly
2022-10-15 notazmerge from libretro fork
2022-09-29 notazcdrom: update status immediately after seek
2022-09-29 notazcdrom: ignore repeated read cmds
2022-09-21 notazcdrom: change GetlocL behavior
2022-09-17 notazcdrom: treat seek the same as other commands
2022-09-17 notazcdrom: allow to interrupt initial scan sequence
2022-09-17 notazcdrom: actually reject commands when not ready
2022-09-15 notazcdrom: adjust timing
2022-09-15 notazmisc: patch some issues indicated by clang
2022-09-15 notazcdrom: delay the missed irq more
2022-09-10 notazsome big endian fixes
2022-09-08 notazeasier logging of unhandled stuff
2022-09-08 notazcdrom: partially emulate the fifo
2022-09-08 notazdma: try more accurate timings
2022-09-08 notazcdrom: get rid of pTransfer
2022-09-08 notazcdrom: don't reschedule irqs
2022-09-08 notazcdrom: clean up command handling
2022-09-08 notazcdrom: try to eliminate playback timing drifting
2022-09-08 notazspu: sync on xa playback start
2022-09-03 notazcdrom: remove confusing comment
2022-09-03 notazcdrom: remove another hack
2022-09-02 notazcdrom: take a minor change from libretro
2022-09-02 notazcdrom: get rid of cdrPlayInterrupt
2022-09-02 notazcdrom: try to clean up the seeking mess
2022-09-02 notazcdrom: should use the last Setloc loc and SeekL
2022-09-02 notazcdrom: some debugging aid
2022-06-06 notazcdrom: don't read and play simultaneously
2022-02-17 notazRevert "clear Index0 data FIFO flag (#241)"
2022-02-07 gameblablaclear Index0 data FIFO flag (#241)
2022-02-05 gameblablaFix silly typo mistake for CDROM pause/resume fix for...
2022-01-22 notazcdrom: play cdda regardless of report mode
2021-10-29 gameblablaRemove CdlGetlocP hack. (#235)
2021-10-29 gameblablaMove CdlSetLoc to CdrInterrupt and return invalid arg...
2021-10-29 gameblablaHack fix for CDROM timings regression (Castlevania...
2021-10-02 notazcdriso: clean up after cdda thread removal
2021-10-02 gameblablaMerge several fixes from PCSX Redux and adjust delay...
2021-10-02 gameblablaProper CDDA fix for Fantastic Pinball Kyuutenkai (and...
2021-08-30 gameblablaImplement fix from Mednafen for Fantastic Pinball Kyuut...
2021-08-30 gameblablaFix regression with CdlPause (#209)
2021-08-27 gameblablaImprove CdlPause command based on Mednafen's implementa...
2021-08-26 gameblablaCDROM: Rename Reset+Init commands approperly, fix ...
2021-08-26 gameblablaFix CdlGetTD according to Mednafen's implementation...
2021-08-25 gameblablaCdlGetmode is GetParam, fix it according to Mednafen...
2021-08-25 gameblablaWe shouldn't throw an error for GetQ. (#202)
2021-08-25 gameblablaImprove SetLoc CDROM command from Duckstation (#201)
2021-08-25 gameblablaCdlSync should be NULL and return an error. (#199)
2021-08-22 gameblablaCDROM: Ignore sectors with channel number 255 (#195)
2021-08-18 gameblablaCDRom timings changes (#184)
2020-07-04 ifcaroFix crash on retrying mission in driver (#165)
2019-11-19 notazMerge pull request #147 from senquack/cdrom_sstate_fix
2019-11-12 Daniel Silsbycdrom: add missing BCD->int convert in cdrFreeze()
2016-03-31 notazdon't use __ARM_ARCH_7A__
2015-02-05 notazdma: some timing hacks
2015-02-05 notazdma: do some madr updates
2015-01-03 notazmingw build fixes
2014-12-23 notazcdrom: handle old savestates better
2013-03-15 notazcdrom: stopping read should stop seek too
next