amplibax
Beginner
Sorry I should have specified. I'm using Naomi.
You have set the jumper settings to Netboot mode on the DIMM as well ?I can't seem to get this to work. I burned the file with my GQ-4X using the settings provided. The game loads and verifies, but I get error 33 Gateway not found once the game tries to actually boot. Anything else I can try? I've tried a few different games.
It's been years since I messed with those programs and my memory is a little hazy it seems.@kioku25 transfergame.exe does not let you netboot without a PIC inserted.
If you use transfergame.exe without a PIC you will get:
ERROR 31
THIS GAME IS NOT ACCEPTABLE BY MAIN BOARD
I just verified this on my system![]()
This was done by tmbinc a long time ago.It's been years since I messed with those programs and my memory is a little hazy it seems.It was the python script naomi_boot.py that ran without a zero pic and not transfergames.exe.
I can't seem to find it in gakman's repository, but the internet archive has you covered.
With python installed you only needed to run the following command: python naomi_netboot.py gamename.bin.
I'm using a GQ4x4 programmer and using the binary file I set the config bits (0x3F82, the same as your hex file.) and I got Error 33. I then tried to set the config bits to what trmm showed above and still got the Error 33.@zeruel85 can you load this into you programmer and show us how the bits are set ?
I found this too, with the older GQ4X. Simple byte flip before writing sorts the Error 33 issue.I'm using a GQ4x4 programmer and using the binary file I set the config bits (0x3F82, the same as your hex file.) and I got Error 33. I then tried to set the config bits to what trmm showed above and still got the Error 33.@zeruel85 can you load this into you programmer and show us how the bits are set ?
However, once I tried your hex file everything started working.
I then looked at the buffer and noticed the GQ software is byteswapping the data, is there any reason NOT to use the hex file you provided?