I create snapshots of same code in ZX emulators ZXSPIN, SPECEMU, SPECTACULATOR, FUSE and one with SNAPCONV convertor.
In snapshot is this code:
DI
go OUT (254),A
JR go
Before snapshot saving I set register A to value 1. Probram must set after start blue border.
Each SZX filename contain emulator name ( snap-fuse.szx / snap-spectaculator.szx / snap-specemu.szx / snap-zxspin.szx / snap-snapconv.szx )
result:
- SZX snapshots from emulators SPECTACULATOR / SPECEMU / ZXSPIN write AF and AF' registers correct (as in SZX documentation) - first is LOW BYTE(F) next is HIGH BYTE(A). This snapshots will run incorrect in emulator FUSE - after start SZX is set A=F and F=A. Fuse detect SPIN's SZX snapshot and correct AF values before start.
- SZX snapshots from emulator FUSE write AF and AF' registers incorrect (not as in SZX documentation) - first is HIGH BYTE(A) next is LOW BYTE(F).
Only ZXSPIN detect FUSE's SZX snapshot and correct AF values before start.
Is bug in FUSE or in all other emulators and this documentation ? :
http://www.spectaculator.com/docs/zx.../z80regs.shtml




Ответить с цитированием
Размещение рекламы на форуме способствует его дальнейшему развитию 
