BIOS Logo displaying code - How to detect?
Posted: Sat Nov 26, 2005 8:35 pm
Hi.
Reffering to
http://www.geocities.com/mamanzip/Artic ... guide.html
I just would like to know:
Are there things/indicators ([dis]assembled programmcode) which shows,
if an (Award / Phoenix - Award) BIOS is able to display 4/8 bit AWBM/(EPA 2) images (or not)?
In the C64/Sid - area there are indicators which can be used to figure out where C64/Sid data begins.
-->
http://www.hvsc.c64.org/Help/Ripping_For_Dummies.zip
-->
"Ripping_For_Dummies.pdf"
-->
"We type h 0000 ffff 8d 18 d4. Cryptic, ey?
Not at all! h 0000 ffff means that we want to hunt the area between $0000-$FFFF for a certain order of bytes
and these are the bytes 8d 18 d4.
What does this mean?
8d 18 d4 is short for STA $D418. This instruction tells the CPU to STore the value of the accumulator in memory location $D418.
This means we are searching for the order of bytes that tell your C64 to change the value of the volume register of the SID chip, which is located at memory location $D418.
Reffering to
http://www.geocities.com/mamanzip/Artic ... guide.html
I just would like to know:
Are there things/indicators ([dis]assembled programmcode) which shows,
if an (Award / Phoenix - Award) BIOS is able to display 4/8 bit AWBM/(EPA 2) images (or not)?
In the C64/Sid - area there are indicators which can be used to figure out where C64/Sid data begins.
-->
http://www.hvsc.c64.org/Help/Ripping_For_Dummies.zip
-->
"Ripping_For_Dummies.pdf"
-->
"We type h 0000 ffff 8d 18 d4. Cryptic, ey?
Not at all! h 0000 ffff means that we want to hunt the area between $0000-$FFFF for a certain order of bytes
and these are the bytes 8d 18 d4.
What does this mean?
8d 18 d4 is short for STA $D418. This instruction tells the CPU to STore the value of the accumulator in memory location $D418.
This means we are searching for the order of bytes that tell your C64 to change the value of the volume register of the SID chip, which is located at memory location $D418.