Refactor CDROM host support
- Completely separate GDROM hardware (in gdrom/gdrom.c) from generic CDROM
support (now in drivers/cdrom)
- Add concept of 'sector sources' that can be mixed and matched to create
cdrom discs (makes support of arbitrary disc types much simpler)
config.h.in
configure
configure.in
src/Makefile.am
src/Makefile.in
src/drivers/cd_linux.c
src/drivers/cd_mmc.c
src/drivers/cd_none.c
src/drivers/cd_osx.c
src/drivers/cdrom/README.LIBEDC
...
- Completely separate GDROM hardware (in gdrom/gdrom.c) from generic CDROM
support (now in drivers/cdrom)
- Add concept of 'sector sources' that can be mixed and matched to create
cdrom discs (makes support of arbitrary disc types much simpler)
config.h.in
configure
configure.in
src/Makefile.am
src/Makefile.in
src/drivers/cd_linux.c
src/drivers/cd_mmc.c
src/drivers/cd_none.c
src/drivers/cd_osx.c
src/drivers/cdrom/README.LIBEDC
...
Fix symbol output in 64-bit disassembly
Add sh4_translate_dump_block(pc) function
src/sh4/sh4.h
src/sh4/sh4trans.c
src/x86dasm/i386-dis.c
src/x86dasm/x86dasm.c
src/x86dasm/x86dasm.h
Add sh4_translate_dump_block(pc) function
src/sh4/sh4.h
src/sh4/sh4trans.c
src/x86dasm/i386-dis.c
src/x86dasm/x86dasm.c
src/x86dasm/x86dasm.h
Fix 64-bit x86 disassembly
Add crash-report hook to SIGILL and SIGBUS
src/sh4/sh4x86.in
src/util.c
src/x86dasm/dis-buf.c
src/x86dasm/x86dasm.c
Add crash-report hook to SIGILL and SIGBUS
src/sh4/sh4x86.in
src/util.c
src/x86dasm/dis-buf.c
src/x86dasm/x86dasm.c
Add side-by-side x86+sh4 disassembly output
Print SH4 state information and disassembly of the current block when
crashing.
Fix delay slot instruction in conditional branch not being marked as a
delay-slot instruction in the branch-not-taken path.
Rename REG_* defines in cpu.h to avoid conflict with translation defs
src/Makefile.am
src/Makefile.in
src/aica/armdasm.c
src/cpu.c
src/cpu.h
src/gtkui/gtk_debug.c
src/sh4/sh4.c
src/sh4/sh4.h
src/sh4/sh4trans.c
src/sh4/sh4trans.h
...
Print SH4 state information and disassembly of the current block when
crashing.
Fix delay slot instruction in conditional branch not being marked as a
delay-slot instruction in the branch-not-taken path.
Rename REG_* defines in cpu.h to avoid conflict with translation defs
src/Makefile.am
src/Makefile.in
src/aica/armdasm.c
src/cpu.c
src/cpu.h
src/gtkui/gtk_debug.c
src/sh4/sh4.c
src/sh4/sh4.h
src/sh4/sh4trans.c
src/sh4/sh4trans.h
...
Mask audio RAM accesses from the mixer to ensure they're in bounds. Uncertain if
this is correct (vs eg zero-fill), but it's at least consistent with the masking
of the channel start position.
src/aica/audio.c
src/aica/audio.h
this is correct (vs eg zero-fill), but it's at least consistent with the masking
of the channel start position.
src/aica/audio.c
src/aica/audio.h
Fix crash on vmu device create introduced in r1072 - config was being
initialised in the wrong order
src/maple/vmu.c
src/sh4/mmu.c
initialised in the wrong order
src/maple/vmu.c
src/sh4/mmu.c
.