You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,18 @@
1
1
# Java 6502 Emulator
2
2
3
3
4
-
## Update: v2.0 is here!
5
-
Whoa! Almost a year after the last update it's back and better than ever! The emulator now includes a character-driven GPU (bitmap modes in development) and SO MUCH customizability!
4
+
## Update: v2.1 is here!
5
+
Whoa! Almost a year after the last update it's back and better than ever! The emulator now includes a GPU (with Ben's bitmap and a custom character mode) and SO MUCH customizability!
6
6
You can now hide and show the LCD and GPU windows with the buttons at the top right!
7
7
You can now customize the address ranges of the VIA and GPU!
8
8
The GPU's resolution and array size is _whatever you want it to be_!
9
9
The fonts actually work now!
10
+
The file choosers aren't the old Java ones!
10
11
And **COLORS!!**
11
12
12
13
Store the configs in our fancy new .pref files!
13
14
These configuration settings are stored in your AppData or Application Support folder on Windows/Mac respectively. It generates a defaults.pref file on startup every time if you want to go back to the default settings. (options.pref is loaded on startup.)
14
15
15
-
(The GPU Mode setting doesn't do anything yet, but that will allow me to implement more fun modes in the future.)
16
-
17
16
Enjoy the new features!
18
17
-Dylan
19
18
@@ -48,3 +47,4 @@ You can load ```.bin``` files into RAM or ROM using the File Pickers in the top
0 commit comments