Commit graph

5 commits

Author SHA1 Message Date
Daniel Prilik
d5922ed9bb added demo rom (2048) to releases 2018-06-12 11:39:31 -07:00
Daniel Prilik
653cb24e49 upload macOS bundles to GDrive 2018-06-08 10:47:29 -07:00
Daniel Prilik
6751d7948d correct sprite fetch timings - MMC2 works now!
It's not the prettiest code, and it sure as hell isn't how the
hardware does it, but by lord it does what I need it to do!
Yep, I pretty much copied the existing sprite fetching code from
one part of my PPU, and slapped it in spr_fetch(), with
cycle-accurate timings.

This is awesome, since I can remove the ugly "passing the PPU to
the mapper" shenanigans I wrote to get it working. I can actaully
use the correct MMC3 timing behavior, i.e: watching PPU A12 for
a rising edge.
Plus, if I switch to a subcycle-accurate CPU emulator, it _should_
automagically fix flickering in Kirby's Dreamland!

Oh, i'm almost forgetting the most important bit: Punch Out!!
It works now!!

That was the last game I really cared about getting up and running,
which means that I'm not going to be focussing on mappers for the
next little while, shifting gears instead towards accuracy stuff.

Basically, there are 2 things that I really want to get around to:
1) subinstruction cycle-accuracy - i.e: rewrite the CPU
2) write my own APU implementation

Of these two, I think i'll tackle 2) first, because if I don't do
it, i'll never be fully satisfied with myself. How can I say I
wrote a NES emulator if I haven't even written a major chunk of it!

So yeah, good stuff!
2018-06-07 18:39:22 -07:00
Daniel Prilik
7ef2416115 updated README, and removed Ubuntu build from appveyor
hey, look at that. I have CI now :D

One of these days i'll look into how to package up macOS builds,
and update my cmake scripts to prevent a console from popping up
on windows.
2018-06-05 11:34:42 -07:00
Daniel Prilik
2aa17b3c97 add appveyor CI 2018-06-05 11:05:30 -07:00