View Single Post
Old 06 January 2020, 14:58   #238
sonycman
Registered User
 
Join Date: Jan 2020
Location: Russia
Posts: 2
Quote:
Originally Posted by Toni Wilen View Post
Also writing bytes to custom registers don't work like writing byte to memory.
Dear Toni, would you, please, give more detailed information as to how byte write to custom registers works actually?

Recently I`ve found a code in some game that writes a byte to AUD0VOL register:
Code:
MOVE.B (A1,$0013) == $000108df [3a],(A5,$0008) == $00dff0a8
As you`re can see, address is A8, and not A9, and minimig has some problem with that.

But WinUAE is fine, as the real hardware, I think.

Should the byte write actually work as word write, with mirrored 8-bit data to both bytes of a word?
sonycman is offline  
 
Page generated in 0.04209 seconds with 11 queries