Christian Vogelgsang
Christian Vogelgsang
During Amiga development a "headless" mode for FS-UAE would be really helpful. With "headless" I mean that I can configure the emulation that it does not output any video (and...
This patch adds a lua shell to FS-UAE. When enabled with lua_shell = 1 you can connect via telnet to localhost:6800 and enter the shell. There you can enter lua...
The schematic and board uses a MCP6001U and not a plain one without U. The U type has a different pinout (see data sheet) So the corrcet Mouser part would...
This PR adds aline hooks to Musashi. This feature allows to receive callbacks whenever an 0xaxxx opcode is encountered. You can then decide for each opcode in the callback if...
When compiling with Visual Studio: musashi/m68kfpu.c(775): error C2177: constant too big musashi/m68kfpu.c(776): error C2177: constant too big musashi/m68kfpu.c(777): error C2177: constant too big musashi/m68kfpu.c(778): error C2177: constant too big The...