a2audit
a2audit copied to clipboard
Apple II audit routines: for testing your Apple II or emulator
On Slack, #coding, @xotmatrix said (11th April): If you put your JMP ($FFFC) in the stack page it will reset the Apple //e MMU, just like it would if you...
The Mr. Xerox crack of Dung Beetles has an irritating keyboard wait routine at the graphical title screen. ``` 033E: 8D 10 C0 STA KBDSTRB 0341: AD 00 C0 LDA...
An Apple II with a LC is not the same as an Apple II+, as the ROMs are different (eg. it contains Programmer's aid 1, integer basic). So strictly speaking...
Linux debian sid. ``` Hermit installed as /home/michel/.cache/hermit/pkg/hermit@stable/hermit Hermit is installed as /home/michel/bin/hermit See https://cashapp.github.io/hermit/usage/get-started/ for more information. ████████████████████████████████████████████████████████████████████████████████▏ 2/2 100.0% fatal:hermit: https://github.com/zellyn/retrocomputing-hermit-packages.git/acme.hcl: acme-0.97: no source provided ```
Summary: a2audit (1.06 and 1.07) is attempting to do the SOFTSWITCH TESTS for this empty slot. - specifically it does `lda ($fe),y` when ALTZP=1, ie. the CPU reads the floating-bus...
Summary: a2audit 1.06 is attempting to do the AUXMEM TEST for this card. Here's the MAME 0.272 output: >mame apple2ee -aux std80 -w -flop1 audit1.06.dsk  I haven't tried...