summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/psxcd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* owner name consistency and typo fix (nw) Miodrag Milanovic2015-05-221-1/+1
* more authorship (nw) cracyc2015-05-151-1/+1
* more sorting of MESS licenses (nw) Miodrag Milanovic2015-05-131-2/+2
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... Oliver Stöneberg2014-09-081-1/+0
* Cleanup of image device interfaces (nw) Miodrag Milanovic2014-05-021-7/+1
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-3/+3
* fixed mametesters 05299 [smf] smf-2013-12-041-0/+1
* Fix device duplicated name/descriptions (nw) Miodrag Milanovic2013-06-211-1/+1
* (mess) psxcd: free incomplete result pointers on exit or reset (nw) cracyc2013-05-211-0/+17
* (mess) psxcd: fix cdda [Carl, Dr. Venom] cracyc2013-05-211-1/+1
* Cleanups and version bumpmame0148u5 Miodrag Milanovic2013-05-201-1/+0
* (MESS) PlayStation: Improved save state behavior, but still needs work. (nw) R. Belmont2013-05-121-0/+23
* fixed building with MSVC (nw) smf-2013-05-041-1/+3
* Cleanups and version bumpmame0148u4 Miodrag Milanovic2013-04-301-1/+1
* spu: Move cdda interrupt to play_cdda to make sure it happens at least once p... cracyc2013-04-271-3/+3
* (mess) psxcd: try something a bit different (nw) cracyc2013-04-261-13/+16
* (mess) psxcd: mark transfer buffer empty when all data transfered (nw) cracyc2013-04-261-6/+22
* (mess) getid and readtoc generate 2 interrupts (nw) cracyc2013-04-241-71/+74
* (mess) psxcd: fix potential bugs (nw) cracyc2013-04-231-3/+4
* (mess) Further cdrom work, main functional change is better sector buffer han... cracyc2013-04-221-660/+364
* Cleanups and version bumpmame0148u3 Miodrag Milanovic2013-04-091-1/+1
* (mess) psxcd: reset disk change timer when load comes before reset (nw) cracyc2013-03-291-2/+3
* MESS: stop psx cd timers when reset (nw) smf-2013-03-281-0/+3
* MESS: stop psx crashing when reloading a state when cd access was in progress... smf-2013-03-271-0/+6
* spu: add cdda interrupts [Carl] cracyc2013-03-261-12/+27
* Expanded device_t constructor with parameters for short name and source file ... Miodrag Milanovic2013-03-261-1/+1
* (mess) psxcd: oops (nw) cracyc2013-03-251-1/+1
* (mess) psxcd: small cleanups (nw) cracyc2013-03-251-50/+22
* (mess) psxcd: simplify the cdrom [Carl] cracyc2013-03-241-475/+255
* (MESS) fixed uninitialized member in src/mess/machine/psxcd.c (nw) Oliver Stöneberg2013-02-231-0/+3
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-3/+3
* Un-commented incautious debug register printf, added some notes" Angelo Salese2013-02-011-3/+26
* Made the comms hack more useful Angelo Salese2013-02-011-3/+3
* cache cpu & spu lookup. [smf] smf-2013-01-241-18/+21
* Fix compile on a define switch Angelo Salese2013-01-221-2/+2
* uses a devcb2 for cpu to cd controller communication, the address decoding is... smf-2013-01-201-8/+8
* (MESS) PlayStation: fix sample signedness and stream rate for CDDA (redbook) ... R. Belmont2013-01-191-27/+5
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-60/+59
* removed psx_state, all code shared between mame and mess is now in src/emu/ [... smf-2013-01-041-1/+0
* Removed unneeded includes. (nw) Curt Coder2012-12-071-1/+0
* Hooked up PSX IRQ's using DEVCB2 [smf] smf-2012-10-251-3/+6
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-2/+2
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+1686