Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
added initial cdi support
added support for SPI_REQ_ERROR fixed SPI_REQ_SES response format
- Loading branch information
Showing
with
729 additions
and 258 deletions.
- +2 −0 CMakeLists.txt
- +1 −1 docs/_docs/running.md
- +19 −19 src/hw/dreamcast.c
- +336 −0 src/hw/gdrom/cdi.c
- +8 −0 src/hw/gdrom/cdi.h
- +33 −163 src/hw/gdrom/disc.c
- +22 −9 src/hw/gdrom/disc.h
- +180 −0 src/hw/gdrom/gdi.c
- +8 −0 src/hw/gdrom/gdi.h
- +113 −65 src/hw/gdrom/gdrom.c
- +1 −0 src/hw/gdrom/gdrom.h
- +5 −0 src/hw/gdrom/gdrom_types.h
- +1 −1 src/hw/holly/holly.c
Oops, something went wrong.