fab-agon-emulator icon indicating copy to clipboard operation
fab-agon-emulator copied to clipboard

Agon Light, Agon Light 2, Agon Console8 Emulator for Linux, Windows, any system with libSDL

Results 20 fab-agon-emulator issues
Sort by recently updated
recently updated
newest added

When doing a directory listing on Linux I get all files with dates of 1980/00/00 00:00 How hard would it be to stat the files and return the proper file...

When doing the *TIME command in BBC Basic in FAE on Linux I get a data in 1916, that's even before the days of Konrad Zuse.

I am working on a plasma demo for Agon: https://github.com/jblang/z80demos. The plasma.bin or test.bin binary on that repo will reproduce the crash. The crash only occurs when building from Github...

Current build instructions for Windows say to use an ad-hoc collection of tools that requires a lot of manual installation. MSYS2 provides a Linux-like build environment and packages for all...

fab-agon-emulator.exe said: thread 'main' panicked at src\vdp_interface.rs:59:77: called `Result::unwrap()` on an `Err` value: LoadLibraryExW { source: Os { code: 193, kind: Uncategorized, message: "%1 не является приложением Win32." } }...

Hi, I tested a floodfill function (graphical), in the emulator it's very long but on agon it's fast. Could it be a bug? Thanks.

It's been observed that the emulator can overwrite files, where on a real Agon you will see an `Access denied` error being reported. This applies to saving files from BASIC,...

for keyboards that have a numeric pad, it does not work.

On the German keyboard layout, @ is AltGr-Q, but you cannot type it because it's a hot key to quit the emulator. Similar for other AltGr keys like AltGr-R. It...

with these directives in autoexec.txt: ``` SET KEYBOARD 1 ez80asm hello_world.asm load hello_world.bin ``` 0.9.25 emulator does: ![image](https://github.com/tomm/fab-agon-emulator/assets/154658320/54ea9a85-6a97-44c1-ade9-d20f51a94d98) if i remove the load command: ![image](https://github.com/tomm/fab-agon-emulator/assets/154658320/d86b3569-a446-4fb4-a296-010983caa4d5) if i remove the ez80asm...