LGB

Results 48 issues of LGB

It can/could be useful to use the emulator to run a kind of module testing of ROM, software etc. For example: https://github.com/MEGA65/mega65-user-guide/issues/484 To realistically do this, some minimal set of...

WIP
target:MEGA65

Xemu/MEGA65 has ethernet emulation (using TAP driver in Linux, so it's kinda Linux specific) however: 1. It emulates an older behaviour of MEGA65 which has changed since then, and does...

target:MEGA65
Waiting for real-machine info

Implement PETSCII based "hardware accelerated" keyboard scanner at `$D619` (_similar to `$D610`, but PETSCII based instead of ASCII_). MEGA65-core issue: https://github.com/MEGA65/mega65-core/issues/582 MEGA65-rom (closed ROMs) issue: https://github.com/MEGA65/mega65-rom-public/issues/7 MEGA65 commit tracking: |...

target:MEGA65

F018 DMAgic emulation is a shared resource in Xemu for C65 and MEGA65, though it compiles very differently for MEGA65 based on #ifdef's and such. However the emulation itself is...

enhancement
WIP
emulation precision
emulated feature
target:MEGA65
optimization
alternative solution
cleanup-maintainability
REGRESSION

CIA emulation (which itself is very incomplete in Xemu) seems to have serious issues with timers, maybe both linked (to a 32 bit single timer) and "unlinked" state as well.

BUG
STALLING

Easy method for Raspberry-Pi cross-compilation

low priority
project level
BUILD
?SHOULD-BE-REJECTED?
DEPLOY/CI

Implement MEGA65's VIC-IV debug pixel value readback: https://github.com/MEGA65/mega65-core/issues/390 ## Copy&paste from that issue of mega65-core We used to have a mechanism whereby it was possible to read the RGB values...

target:MEGA65
TESTING phase
VIC-IV

## Mouse emulation problems in MEGA65 and C65 emulators: 1. ~**[NOT HERE, DONE]** In V400 mode (GEOS, Solitaire), the mouse pointer cannot be moved beyond about the second half of...

WIP
STALLING
target:MEGA65
target:C65
Waiting for real-machine info

As started within the "decent hyppo" project (#140) now let's be a bit more specific and focus on this task here. Some HDOS virtualization is already done, however it should...

WIP
target:MEGA65

As `@dexterous` noted on Discord (thanks!): COPR is a free service to build RPM packages, and can be integrated into github events (ie build on push etc). It would be...

DEPLOY/CI