ITotalJustice

Results 72 issues of ITotalJustice

Will add more to this issue when I have chance to work to on this emulator again. There's a vdp test rom that tests a bunch of things. I pass...

bug
help wanted

Most games use it for rng so I lazily implemented it. Some games which are broken such as xenon 2 repeatedly do LD_AR which loads R into A.

bug

crashes after this screen ![image](https://user-images.githubusercontent.com/47043333/155289695-e5f790b9-4b71-43e6-b8de-f023bb0267ec.png)

so games will write to port `$3F` and then read back the value. if the same value is read back, then it is not japanese system

bug
enhancement

Long list of supported games here

enhancement

for example, pausing here will cause the feeze. ![image](https://user-images.githubusercontent.com/47043333/123895572-f0c8b680-d957-11eb-85d9-610291c15191.png)

bug

not finished yet, runs slower in some games (tetris, shantae) but faster in pokemon red. currently the events aren't sorted, which is the cause of the slowdown (though i didn't...