Skip to content

Commit

Permalink
Merge pull request #3 from bnister/gb300
Browse files Browse the repository at this point in the history
Remove save states buffer patch not needed for the GB300
  • Loading branch information
tzubertowski committed Apr 28, 2024
2 parents 8cd4c9d + 0ba60db commit caa17e1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,6 @@ bisrv.asd: loader.bin lcd_font.bin crc
# endless loop in INT_General_Exception_Hdlr -> j 0x80001510
printf "\x44\x05\x00\x08" | dd of=bisrv.asd bs=1 seek=$$((0x495a0)) conv=notrunc

# patch the buffer size for handling the save state snapshot image
# \x0c (768k) would be enough up to cores displaying at 640x480x2
printf "\x0c" | dd of=bisrv.asd bs=1 seek=$$((0x34f8b8)) conv=notrunc

$(Q)./crc bisrv.asd

lcd_font.bin: lcd_font.o
Expand Down

0 comments on commit caa17e1

Please sign in to comment.