File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717// Loading address of tonyhax, provided by the secondary.ld linker script
1818extern uint8_t __RO_START__ , __BSS_START__ , __BSS_END__ ;
1919
20- // CD sector buffer used by the original BIOS
21- uint8_t * const data_buffer = (uint8_t * ) 0xA000B070 ;
20+ // Buffer right before this executable
21+ uint8_t * const data_buffer = (uint8_t * ) 0x801F9800 ;
2222
2323void log_bios_version () {
2424 /*
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ SELF_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
77
88# Common variables
99
10- TONYHAX_VERSION =v1.4.2
10+ TONYHAX_VERSION =v1.4.3
1111
1212CC =mips-linux-gnu-gcc
1313CFLAGS =-O1 -Wall -Wextra -Wno-main -EL -march=r3000 -mabi=32 -mfp32 -mno-abicalls -fno-pic -fdata-sections -ffunction-sections -fno-builtin -nostdlib -DTONYHAX_VERSION=$(TONYHAX_VERSION )
You can’t perform that action at this time.
0 commit comments