
12/5/96 Patch to pole position (pole.gam)

To fix write to invalid memory caused by program bug, see below

Used to be:

<0b66> f6 00 c8 LDB $00c8
<0b69> ?? ?? TFR b,dp

$00c8 contains the value #$bd which screws up any direct page writes

Changed to:

<0b66> c6 c8    LDB #$c8
<0b68> 12       NOP
<0b69> ?? ??TFR b,dp

Old file renamed to pole.old


