cd: switch to CD drive emu code from genplus
authornotaz <notasas@gmail.com>
Sun, 6 Oct 2013 18:08:07 +0000 (21:08 +0300)
committernotaz <notasas@gmail.com>
Sun, 6 Oct 2013 21:11:31 +0000 (00:11 +0300)
commit274fcc35aa20e9777a8e09630a94088757384329
treed671fd18b97d7013356b6dc1009ebbf6ba431ff9
parent3f23709ef37c5b3511c1445cbed7b447b56a37e0
cd: switch to CD drive emu code from genplus

same license, much cleaner code
25 files changed:
pico/cart.c
pico/cd/LC89510.h [deleted file]
pico/cd/buffering.c [deleted file]
pico/cd/cd_file.c [deleted file]
pico/cd/cd_file.h [deleted file]
pico/cd/cd_image.c [new file with mode: 0644]
pico/cd/cd_sys.c [deleted file]
pico/cd/cd_sys.h [deleted file]
pico/cd/cdc.c
pico/cd/cdd.c [new file with mode: 0644]
pico/cd/cdd.h [new file with mode: 0644]
pico/cd/cue.c
pico/cd/mcd.c
pico/cd/memory.c
pico/media.c
pico/pico.h
pico/pico_int.h
pico/sound/sound.c
pico/state.c
platform/base_readme.txt
platform/common/common.mak
platform/common/config_file.c
platform/common/emu.c
platform/common/menu_pico.c
platform/libretro.c