agon-mos icon indicating copy to clipboard operation
agon-mos copied to clipboard

Official AGON QUARK Firmware: eZ80 MOS

Results 35 agon-mos issues
Sort by recently updated
recently updated
newest added

emulator said "SD card failure" p.s. how to obtain MOS.map?

Having support for wildcards would be very useful, such as when one needs to delete several files that match a pattern. e.g. `*DELETE *.BBC`

enhancement

When pressing up-arrow a previous command is displayed as expected, again pressing up-arrow the cursor moves to the beginning of the command line. It should display the next command in...

bug

The current version does not support full-duplex CTS/RTS. It does support RTS (vdp) and CTS (mos) but not vice-versa. So fast transfers from EZ80 to ESP32 are guarded but the...

According to the documentation and based on our clock speed you can run the flash with 0 wait states. In my ElectronHAL/OS combination I have this running now for quite...

This adds: - Tab completion for paths/filenames and commands. - Automatic loading and execution of non-MOSlet .bin files either from a global location (/bin/) or from within the current working...

Made some changes and tested these as proposed in: https://github.com/breakintoprogram/agon-mos/issues/125 Should be able to cleanly merge. Please note that one line in VDP setupVDPProtocol() needs to be changed as well...

MOS currently offers no mechanism to add new API calls, and the only mechanism to add a star command is via executables stored on disc that will be automatically executed...

idea

This adds a KEY command that permits the user to assign a string to any of the F1-F12 keys. The string can optionally include a %s token and if it...

"Wastes" 256 bytes in order to achieve this minor quality of life improvement (since dynamic allocation is harder with the way fatfs provides this information), but certainly helpful.