I had many problems with this board but I've been able to use it by replacing WDC firmware by my monitor
(my monitor works on 3 machines on the real 6502 the following code works
0400 LDA #$FE
0402 STA $04
0404 LDA #$FF
0406 STA $05
0408 LDY #$02
040A LDA ($04),Y
040C RTS
in both case it AC should contains 00
the location $00 and $01 contains the top address in ram
$8000 on replica 1 and $7F00 on w65c816sxb
when I run this code on the replica 1 it works I get the content of the memory at FFFE +2

in this case, after the execution it returns to the registers it's normal
when I run this code on the w65c816sxb in emulation mode, I get a reset of the board

in this case it shows the free memory, the banner and the registers
to get that it is necessary to call the cold start routine
not the display of registers is not complete in my monitor PC and IRQ are wrong
other registers are ok
already seen this problem ?
any idea ?
thanks

