Skip to content

Commit

Permalink
spoof disk ready flags in ZP #736
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Gardner-Stephen committed Aug 13, 2024
1 parent 97a5c9f commit 1b6b064
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/vhdl/tb_iec_serial_1581.vhdl
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,11 @@ begin
POKE81(to_unsigned(149,16),to_unsigned(39,8)); -- physical track number
POKE81(to_unsigned(150,16),to_unsigned(40,8)); -- translated track number
POKE81(to_unsigned(151,16),to_unsigned(0,8)); -- side number

-- Spoof disk 0 ready, and without errors
POKE81(x"008A",x"00");
POKE81(x"006E",x"00");


report "IEC: Finished loading directory track into cache";

Expand Down

0 comments on commit 1b6b064

Please sign in to comment.