bugfix in sid_dmppos (thanks to blueicechip)
This commit is contained in:
parent
1606b5e478
commit
a2f6f2826d
|
@ -1462,7 +1462,7 @@ PUB sid_dmpstatus: status
|
||||||
PUB sid_dmppos: wert
|
PUB sid_dmppos: wert
|
||||||
bus_putchar1(gc#a_s_dmppos)
|
bus_putchar1(gc#a_s_dmppos)
|
||||||
wert := bus_getlong1
|
wert := bus_getlong1
|
||||||
bus_getlong1
|
wert := bus_getlong1 - wert
|
||||||
|
|
||||||
PUB sid_dmplen: wert
|
PUB sid_dmplen: wert
|
||||||
bus_putchar1(gc#a_s_dmppos)
|
bus_putchar1(gc#a_s_dmppos)
|
||||||
|
|
Loading…
Reference in New Issue