17

(83 replies, posted in Nintendo Consoles)

likewise

taobao actually does work

19

(83 replies, posted in Nintendo Consoles)

Theta_Frost wrote:

Guyssss, forget chip maestro.  FaMI is where it's at!  Seriously, support Batsly.  Use this more.

http://code.google.com/p/nesserial/wiki/FaMI

kind of reminds me of the guy who was making a MIDI interface for glitchNES, not sure he ever posted his code

20

(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

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.

http://forums.nesdev.com/viewtopic.php?p=62546

22

(83 replies, posted in Nintendo Consoles)

least hes coming through, midines had its time but idk what happened with wayfar

23

(83 replies, posted in Nintendo Consoles)

whats the status on chip maestro? wish I hadn't missed his kickstarter awhile back

24

(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.

make sure you set your resize method accordingly to preserve sharp edges of the pixels

26

(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

(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

(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.

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

(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

(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

(2 replies, posted in Trading Post)

still available *shrug*