evildragon wrote:
it's a little harder to program.. the main dificulty, is the lacking of scrolling diagonaly.. you have to work around that, like how Mario 3 did...
It's nothing that many games uses 'lacking' diagonal scroll?;)
the NES itself can't do much scrolling capabilities.. anything else needs to be tricked, and aided by software...
You may notice some tiles are missing.. Some were cut to reduce performance... Also, this is the correct framerate.. The video is a solid 30fps stream, but as you see, NintenCan't...
Everything is possible, I started with 16KHz sample player, and thought it's the limit, and now I've written 64KHz player, I guess you could get it better...
TmEE co.(TM) wrote:Everything is possible, I started with 16KHz sample player, and thought it's the limit, and now I've written 64KHz player, I guess you could get it better...
heh, this is one of my mottos, that i use when programming: "What can't be done in hardware, can in software."
TmEE co.(TM) wrote:Exactly !!! Still it's real nice when HW does some job for you, but if it can't, software can !!!
yep!
oh, and here's an update.. I got more stuff, TV screenshots, and one speed-run video, AND a music clip... (which i used 2 squares, and one triangle...)
(Yes, I know there is a color palette problem.. Sonic turns different shades of blue, and the Score/Ring/Time yellow counter changes different shades of yellow too.. I believe this is my workaround from color limitations, taking the color out of other sprites and sharing the color with other un-related object)
Here's the thing thouh.. I'm writing it, and compiling it for my NES-DVD drive that I made...
My NES DVD drive provides both DVD playback and storage for the NES (in which it can play games that are written for it, from the drive..)
DVD video playback is provided by the drives ESS VideoDrive MPEG-2 decoder.. Video is overlayed onto NES video via an overlay circuit..
DVD storage is obtained via the same cartridge BIOS that the DVD player uses.. (you just select an item at power-on.. The drive is attached via the un-used connector on the bottom of the NES..
the DVD drive contains 2MB of RAM, and uses an NEC V30 processor (intel 8086 clone, but with 186 instructions, and Z80 emulation mode)... the drive does not enhance any sound or graphics.. though i may update the BIOS cart to support overlaying DVD video over the NES games (like Sega CD)... (it currently does support playing CD-Audio during game playback, which if it comes to it, SonicNES will play the OC Sonic remix.. THAT would be better than NES music...
if one enhancement was to be declared, it's the extra RAM.. the drive does add the 2MB of RAM to the NES.. 768K is reserved for the NEC V30 though, while the rest is for the NES, AND the V30... And so far, SonicNES is taking advantage of the extra RAM.. I couldn't even get Tails to be on the screen without the extra RAM..
TmEE co.(TM) wrote:So it means, it won't work on NES on its own ?
Do you have any pictures of that DVD drive ?
im going to be getting pics of it, someone on another forum requested one too... i can't show the circuit board, as it's a private project, but i can show the drive sitting on the NES, and the connecting ribbon cable.. (and don't laugh, i used a cardboard box as the casing, until i can get some sheet metal)...
and no, the NES can't do this on it's own... i tried, i just run out of RAM..