NESDev and Strangulation Records messageboards
Forum Index | FAQ | New User | Login | Search

Previous ThreadView All ThreadsNext ThreadShow in Flat Mode*


Subject6502 emulation  
Posted byTimW
Posted on10/3/03 12:11 PM
From IP64.203.9.99  



I was having trouble running bill and teds adventure. I got the game to work by ignoring writes which use arithmetic instructions to memory 8000-ffff. the game was doing inc $FFFF the byte contained at FFFF was FF, so I was basically writing zero to FFFF, which is the mmc1 register. once I ignored the write, the game worked. I saw in another emulators source that the inc instruction actually writes to memory twice, it reads in the byte, then writes the same byte it read in, then does the inc, then writes the result. the emulator "FCE" implimented a feature in the mmc1 source that basically ignores a writes if the writes are done to fast. ie, it would take the first write, and reject the second because it was to soon after the first. I was just wondering which instructions write to memory twice in a row, and why.



-
Entire Thread
Subject  Posted byPosted On
.6502 emulation  TimW10/3/03 12:11 PM
.*Re: 6502 emulation  Hugin10/3/03 7:00 PM
..*Re: 6502 emulation  Xodnizel10/3/03 7:27 PM
...*Re: 6502 emulation  Hugin10/4/03 06:45 AM
....*Re: 6502 emulation  Xodnizel10/4/03 3:09 PM
.....*Re: 6502 emulation  Hugin10/5/03 05:02 AM
.*Re: 6502 emulation  Memblers10/3/03 12:56 PM
..*also..  Memblers10/3/03 1:17 PM
...*Re: also..  phoenix10/4/03 2:34 PM
...*Re: also..  reapersms10/3/03 7:17 PM
....*Re: also..  TimW10/4/03 07:35 AM
Jump to

Memblers' homepage             Contact Me

Forums powered by WWWThreads Demo