diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index b2e489d..5107404 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -22,12 +22,32 @@ body: label: Hardware Version description: What version of the hardware are you running? options: - - Fourth Prototype (Purchased from Terence) - - Fourth Prototype (Purchased from third party) - - Fourth Prototype (Self-assembled) - Fifth Prototype (Purchased from Terence) - - Fifth Prototype (Purchased from third party) - Fifth Prototype (Self-assembled) + - Fifth Prototype (Purchased from third party) + - Fourth Prototype (Purchased from Terence) + - Fourth Prototype (Self-assembled) + - Fourth Prototype (Purchased from third party) + validations: + required: true + - type: dropdown + id: firmware-version + attributes: + label: Firmware Version + description: What version of the firmware are you running? (shown on boot screen) + options: + - 000F + - Older (not shown on boot, pre-2022-Feb-07) + validations: + required: true + - type: dropdown + id: driver-version + attributes: + label: Driver Version + description: What version of the driver are you running? Check with `RPI a2version` + options: + - 0022 + - Older (error calling RPI a2version, pre-2022-Feb-07) validations: required: true - type: dropdown diff --git a/Apple2/AT28C64B.bin b/Apple2/AT28C64B.bin index 41aaea0..5c5901c 100644 Binary files a/Apple2/AT28C64B.bin and b/Apple2/AT28C64B.bin differ diff --git a/Apple2/MenuFirmware.asm b/Apple2/MenuFirmware.asm index 11abf23..63e55b8 100644 --- a/Apple2/MenuFirmware.asm +++ b/Apple2/MenuFirmware.asm @@ -159,15 +159,12 @@ finishRead: end: rts -.repeat 187-