gunder
New member
Check out www.zophar.net for some freeware roms .. also you can check www.pdroms.com. You won't find any commercial roms on either of those sites, just public domain ones. Hope this helps.
-gunder
-gunder
YupChaosBlade said:Might seem like a silly question, was looking at that GB tech PDF, the $ signs account for memory addresses ? $FF00 would be 0xFF00 ?
LinkOfTime said:Well, that's more or less what I have been doing... I made it draw the screens every 70244 (more or less, don't remember the exact number) clock cycles... Meaning, every VBlank interrupt...
PC = 350 SP = a8fb AF = 3370 BC = 0 DE = 2be5 HL = 2be5 Interrupts = 1 FF80 = 0
PC = 352 SP = a8fb AF = 3370 BC = 0 DE = 2be5 HL = 2be5 Interrupts = 1 FF80 = 0
PC = 354 SP 8HL = a8fd Interrupts = 1 FF80 = 0
PC = 54dc SP = a8fd AF = 20 BC = c4f9 DE = 9a08 HL = a8fd Interrupts = 1 FF80 = 0
PC = 54dd SP = a8fd AF = c400 BC = c4f9 DE = 9a08 HL = a8fd Interrupts = 1 FF80 = 0
I think you can be pretty certain that the hardware wraps LY around after 153.bcrew1375 said:So, my question is, do you guys reset the LY register yourself when it passes 153, or is the game supposed to do it?