Indeed, I've checked your new dump : it’s the same rom as in PV-7 or PV-16.
I also have a black PV-7 here in front of me now.
Do you want me to run IDENT and MSXMEM on it ?
It can be useful, mainly for Manuel.
Ok, reassembling the thing now...
About MX-10
http://blog.naver.com/mami0071?Redirect=Log&logNo=10136418582
The configulation must be same Casio PV-16 (16KB)
I also have a black PV-7 here in front of me now.
Do you want me to run IDENT and MSXMEM on it ?
If you run this instead of dump, thanks.
10 A=0 : FOR I=0 TO &H7FFF : A=A+PEEK(I) : NEXT : PRINT A
20 FOR I=&HFCC1 TO &HFCC4 : PRINT PEEK (I) : NEXT
30 PRINT HEX$(INP(&HA8))
40 PRINT HEX$(PEEK(&HFFFF) XOR &HFF)
Results are:
38580008
0
0
0
0
0
F
Regards,
Werner
Thanks, you did very well.
RAM is located on Slot 0 (C000-FFFF) according to Port A8, FFFFh
Yes, but it is 8k...
Shows just 4239 bytes free after reset.
Yes, 8KB is right.
I've tested extended RAM on Slot 1 or 2 as 8KB (C000-DFFF)
But it boots as 8KB only. (Not 16KB)
That means extended RAM of 8KB must be in Slot 0 (C000-DFFF) area, not slot 1-3.