BartmanAbyss / vscode-amiga-debug

One-stop Visual Studio Code Extension to compile, debug and profile Amiga C/C++ programs compiled by the bundled gcc 12.2 with the bundled WinUAE/FS-UAE.
GNU General Public License v3.0
315 stars 39 forks source link

Getting a HALT3 using the "A4000" config #19

Closed donorman closed 4 years ago

donorman commented 4 years ago

The a500 and a1200 configs works out of the box with added-rom files, cannot get the a4000 config to work though, got a HALT3 error and a black screen only.

Also kind of expected to be able to fire up a "1260", poking around in amigaDebug.js using config['quickstart'] = 'a1200,4'; instead of config['quickstart'] = 'a1200,0';
and adding: config['cpuboard_rom_file']= config['cpuboard_rom_file_id']='F88AE0F1,Blizzard 1240/1260' Did not work either, got a black screen and a HALT3. [edit] Using "winuae64.exe -portable" instead of "winuae-gdb -portable" with the generated default.uae works though :-)

I highly appreciate your effort making this!

BartmanAbyss commented 4 years ago

Can reproduce here. Will have a look at it later.

BartmanAbyss commented 4 years ago

You can have a look at the latest preview release for a fix.