Gendec tweaks
- add more useful command line help + long options
- add action checks for missing or empty rules
src/tools/gendec.c
- add more useful command line help + long options
- add action checks for missing or empty rules
src/tools/gendec.c
Add missing SUBV instruction to the emulation core (translation core is ok),
along with test cases. Thanks to D. Jeff Dionne for pointing this out.
src/sh4/sh4core.in
test/Makefile.in
test/sh4/subv.s
test/sh4/testsh4.c
along with test cases. Thanks to D. Jeff Dionne for pointing this out.
src/sh4/sh4core.in
test/Makefile.in
test/sh4/subv.s
test/sh4/testsh4.c
Fix compile-time warnings
src/drivers/serial_unix.c
src/drivers/video_null.c
src/gdbserver.c
src/main.c
src/serial.h
src/drivers/serial_unix.c
src/drivers/video_null.c
src/gdbserver.c
src/main.c
src/serial.h
Skip drawing the frame when using the null driver - some GL implementations
crash otherwise
src/pvr2/pvr2.c
crash otherwise
src/pvr2/pvr2.c
Fix SCIF operation
- status updates weren't being written back to the register (oops)
- slice cycle not updated on partial tick execution
- baudrate computation was always 0
src/sh4/scif.c
- status updates weren't being written back to the register (oops)
- slice cycle not updated on partial tick execution
- baudrate computation was always 0
src/sh4/scif.c
.