This commit is contained in:
steve 2023-09-27 10:33:09 +01:00
parent 3b1bae0581
commit ef069e2582
2 changed files with 2 additions and 13 deletions

11
TODO.md
View File

@ -1,11 +0,0 @@
- more PIA: check out vice
PIA init-sequence
5021 > 12 7F
5021 > 11 A7
5022 > 13 A7
5023 > 12 5C
5025 > 12 D
5026 > 12 0
http://mamedev.org/source/src/mess/machine/apple1.c.html

View File

@ -145,7 +145,7 @@ void PIA::write_cb2(bool state) {
}
uint8_t PIA::read_cra() {
byte b = cra;
uint8_t b = cra;
if (irq_a1)
b |= IRQ1;
@ -157,7 +157,7 @@ uint8_t PIA::read_cra() {
}
uint8_t PIA::read_crb() {
byte b = crb;
uint8_t b = crb;
if (irq_b1)
b |= IRQ1;