Commit fa514c7
committed
Squashed commit of the following:
commit e3249a2
Author: DylanSpeiser <bluedisney16@gmail.com>
Date: Tue Feb 27 16:18:32 2024 +1100
Update README.md
commit 85717d3
Author: DylanSpeiser <bluedisney16@gmail.com>
Date: Tue Feb 27 12:33:05 2024 +1100
v2.10 DRAFT
Hey! Love your work on this. I'm ready to merge this into main but I can't seem to get Wozmon working with the serial window. Would you be able to show your process?
commit 1375dca
Author: ly <mikestyle05@gmail.com>
Date: Fri Feb 9 18:29:25 2024 -0500
Create SerialInterface.java
commit 2aa0803
Author: ly <mikestyle05@gmail.com>
Date: Fri Feb 9 18:29:09 2024 -0500
Update ACIA.java
-serial interface
commit a850afc
Author: ly <mikestyle05@gmail.com>
Date: Fri Feb 9 18:28:55 2024 -0500
Update CPU.java
-serial interface
commit 38d65ab
Author: ly <mikestyle05@gmail.com>
Date: Fri Feb 9 18:28:30 2024 -0500
Update VIA.java
-fixed interupt functions
commit a56b472
Author: ly <mikestyle05@gmail.com>
Date: Fri Feb 9 18:27:55 2024 -0500
Update DisplayPanel.java
-serial interface
-realistic keyboard
commit 712f21f
Author: ly <mikestyle05@gmail.com>
Date: Fri Feb 9 18:26:43 2024 -0500
Update EaterEmulator.java
-reset button
-show serial button
-serial interface
-realistic keyboard option
-windowWidth & windowHeight options1 parent 330a4a3 commit fa514c7
11 files changed
Lines changed: 498 additions & 58 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
3 | 20 | | |
4 | 21 | | |
5 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
| 36 | + | |
44 | 37 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
| 38 | + | |
54 | 39 | | |
55 | 40 | | |
56 | 41 | | |
| |||
67 | 52 | | |
68 | 53 | | |
69 | 54 | | |
70 | | - | |
71 | | - | |
| 55 | + | |
72 | 56 | | |
73 | 57 | | |
74 | 58 | | |
75 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
76 | 64 | | |
77 | 65 | | |
78 | 66 | | |
| |||
85 | 73 | | |
86 | 74 | | |
87 | 75 | | |
88 | | - | |
| 76 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
27 | | - | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
624 | 624 | | |
625 | 625 | | |
626 | 626 | | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
627 | 630 | | |
628 | 631 | | |
629 | 632 | | |
| |||
0 commit comments