File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
// Loading address of tonyhax, provided by the secondary.ld linker script
18
18
extern uint8_t __RO_START__ , __BSS_START__ , __BSS_END__ ;
19
19
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 ;
22
22
23
23
void log_bios_version () {
24
24
/*
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ SELF_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
7
7
8
8
# Common variables
9
9
10
- TONYHAX_VERSION =v1.4.2
10
+ TONYHAX_VERSION =v1.4.3
11
11
12
12
CC =mips-linux-gnu-gcc
13
13
CFLAGS =-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