Dirk Hoffmann
Dirk Hoffmann
Just tried the demo. In vAmiga 2.4 (Kick 3.1 + 68020), it started like this: The background image was slowly drawn, line by line. After a while, when all lines...
Speed comparison (Kick 1.3, hand & disk boot screen): Upper: Latest dev-branch (frame skipping, audio fast path, on-demand-iBuffer): Lower: vAmiga 2.5
For reference: Current debug commands | Command | Description | | ------------- | ------------- | | pause | Pauses emulation | | continue | Continues emulation | | step |...
Let's be bold and steal the following ideas from Seka: 1. Allow prefixes `.b`, `.w`, `.l` if it makes sense for the specific command. 2. Remember the last displayed address...
First milestone reached: All accesses from the GUI side are now routed through the public API, represented by the new `VirtualC64` class. The new top-level architecture looks as follows: ...
The new architecture is emerging. To reduce the number of entry points into the emulator, VirtualC64 got a command receiver. For every event-like notification (joystick pulled, key pressed, etc.) a...
Fixed in v5.0b1
> Could Virtualc64 work better with this upgrade importing it into ? Thanks for letting me know. I'll port the changes to VirtualC64.