View Single Post
Old 18 September 2011, 11:12   #13
pucci
Registered User
 
Join Date: Sep 2011
Location: Rimini / Italy
Posts: 68
Thanks for the info Toni, in the meantime i solved the mistery by myself:

take CD32 extended ROM and do this:
FOR x=0 TO 65535 DO takebyte((x*4)+1) takebyte((x*4)+0)
the result is file A

take CD32 KS ROM v3.1 and do this:
FOR x=0 TO 65535 DO takebyte((x*4)+1) takebyte((x*4)+0)
the result is file B

take CD32 extended ROM and do this:
FOR x=0 TO 65535 DO takebyte((x*4)+3) takebyte((x*4)+2)
the result is file C

take CD32 KS ROM v3.1 and do this:
FOR x=0 TO 65535 DO takebyte((x*4)+3) takebyte((x*4)+2)
the result is file D

binary copy A+B+C+D and the result is REAL CD32 Rom dump

i put in The Zone! a zip file (REAL_CD32_CONVERTER.ZIP) that automates the process (you must only supply plain CD32 rom named as "CD32.ROM" and you will get "CD32REAL.ROM")

Thanks again for the info and for the help, i think that all topic are interesting if they help to better understand the operation of the emulator or real Amiga hardware
pucci is offline  
 
Page generated in 0.05457 seconds with 11 queries