Skip to content

Tags: bkeil/Java-6502-Emulator

Tags

2.8

v2.8

LCD can now read/write DDRAM address (cursor position).

2.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

2.1

v2.1

Added bitmap VGA mode
File choosers now use system defaults
Bug Fixes

2.0

v2.0

You can now hide and show the LCD and GPU windows with the buttons at the top right!
You can now customize the address ranges of the VIA and GPU!
The GPU's resolution and array size is _whatever you want it to be_!
The fonts actually work now!
And **COLORS!!**

1.4

v 1.4

Fixed carry issue

1.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

1.2

1.2

- The CPU now passes [Klaus Dormann's 6502 test suite!](https://github.com/Klaus2m5/6502_65C02_functional_tests)
- Scaling issues on smaller screens have been fixed
- Added debug mode flag in the CPU which will output an instruction log in the console

1.1

1.1

- Vastly improved clock speed (by about 1000x!)
- Added displays for total clocks, cycles, controls, version, and clock speed
- GUI now updates at 60fps
- RAM and ROM string routines no longer run every frame
- added a slower clock mode

1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md