likewise
18 Aug 31, 2012 8:01 pm
Re: Drag'n'Derp: the gameboy cart to end all gameboy carts (705 replies, posted in Nintendo Handhelds)
taobao actually does work
19 Aug 31, 2012 7:41 pm
Re: Fate of Midines? (83 replies, posted in Nintendo Consoles)
Guyssss, forget chip maestro. FaMI is where it's at! Seriously, support Batsly. Use this more.
kind of reminds me of the guy who was making a MIDI interface for glitchNES, not sure he ever posted his code
20 Aug 31, 2012 7:40 pm
Re: Fate of Midines? (83 replies, posted in Nintendo Consoles)
honestly thats a big problem with kickstarter, thereve been other projects where the dudes bailed bigtime after they got the cash and theres no real balance for kickstarter to help them
21 Aug 31, 2012 7:38 pm
Re: Putting NTRQ & Pulsar & PR8 on a Famicom cart (Guide) (128 replies, posted in Nintendo Consoles)
my understanding is that they used a couple diff manufacturers for the mmc chips and they behave slightly different between the makers, could be the issue with NTRQ on NES carts.
22 Aug 30, 2012 9:38 pm
Re: Fate of Midines? (83 replies, posted in Nintendo Consoles)
least hes coming through, midines had its time but idk what happened with wayfar
23 Aug 30, 2012 9:30 pm
Re: Fate of Midines? (83 replies, posted in Nintendo Consoles)
whats the status on chip maestro? wish I hadn't missed his kickstarter awhile back
24 Aug 30, 2012 8:27 pm
Re: Fate of Midines? (83 replies, posted in Nintendo Consoles)
My understanding is that wayfar started selling Midines carts on the side on eBay while there were still tons of people backordered from his site, pretty shady.
25 Aug 30, 2012 8:26 pm
Re: How to get hi rres NES screenshots? (28 replies, posted in Nintendo Consoles)
make sure you set your resize method accordingly to preserve sharp edges of the pixels
26 Aug 28, 2012 9:04 pm
Re: album on a cartridge (45 replies, posted in Nintendo Handhelds)
really just depends how complex you want your image to be, for example this is my code for animating nyan cat (loops through sprite table and increments each sprites tile reference)
CatReset:
LDA #$00
STA CatCounter
CatResetLoop:
LDA $0501, x ; load data from address
SEC
SBC #$C0
STA $0501, x
INX
INX
INX
INX
CPX #$58
BNE CatResetLoop
RTS
CatMove:
LDX #$00
LDA CatCounter
CMP #$04
BEQ CatReset
CatMoveLoop:
LDA $0501, x ; load data from address
ADC #$30
STA $0501, x
INX
INX
INX
INX
CPX #$58
BNE CatMoveLoop
INC CatCounter
RTS
this doesn't handle any movement related to input, just the basic animation
27 Aug 28, 2012 4:31 pm
Topic: Casio SK Patch Panel (2 replies, posted in Circuit Bending)
Looking to finally get around to bending some casio SK series I have lying around, Ideally i'd prefer to install a patch panel inplace of the built in speaker, is there a decent pre-fabbed RCA panel I could use rather than constructing the panel myself?
28 Aug 28, 2012 4:29 pm
Re: album on a cartridge (45 replies, posted in Nintendo Handhelds)
as Telerophon stated, VegaPlay is sufficient for putting a Famitracker-tracked album into a cart, it uses NROM which is an easy cart to reproduce. I've built a few carts using VegaPlay as a base. My Nyan Cat NES demo actually used VegaPlay as it's code base, though i've stripped out most of the original code and placed in my own graphics routines.
29 Aug 27, 2012 8:55 pm
Re: Putting NTRQ & Pulsar & PR8 on a Famicom cart (Guide) (128 replies, posted in Nintendo Consoles)
I commented in my FS thread and sold an NTRQ cart to a member, I've never had any issues with NTRQ when using zelda carts as donors, fwiw
30 Aug 27, 2012 4:10 pm
Re: Looking for Monotron/Monotribe (9 replies, posted in Trading Post)
I'd help you out if I had spares to part with, fwiw I see monotron's show up on craigslist for much less than retail all the time ($25 range)
31 Aug 25, 2012 3:16 pm
Re: FS: NTRQ cart (38 replies, posted in Trading Post)
the OP cart is obviously sold, but I can create new carts if needed, pm me if interested in NTRQ
32 Aug 25, 2012 3:05 am
Re: FS: glitchNES 0.2 cart (2 replies, posted in Trading Post)
still available *shrug*