17

(28 replies, posted in Nintendo Consoles)

FAKEBIT!

18

(16 replies, posted in Nintendo Consoles)

yoyz2k wrote:

Just a stupid question Neil, what compiler do you use to write this software ?

CA65/LD65 - it's the king of 6502 assemblers.

ASM6 is good too (and I used to use it) but CA65 is more sophisticated and flexible.

Edit all my code in TextMate. Run all my (assembled) code in Nestopia. Make all my graphics with NESST (running on Windows emulator)

19

(16 replies, posted in Nintendo Consoles)

Also, please make sure you're using the latest version of the software. Latest versions always available here:

http://nes-audio.com

20

(16 replies, posted in Nintendo Consoles)

Windows and OSX. OSX one definitely works OK. Windows I only use for occasional testing (on Win XP)

21

(16 replies, posted in Nintendo Consoles)

Not all version of Nestopia are the same. What platform/OS?

22

(29 replies, posted in Nintendo Consoles)

@TSC: possibly. You definitely know more than I do about ROM/carts.

23

(16 replies, posted in Nintendo Consoles)

Well I use all of my software mostly on emulators (Nestopia) and it doesn't crash for me. In fact they're developed on emulators so realistically are more likely to run better than actual hardware.

Problem is there are so many idiosyncrasies with various carts, mappers etc. as well as PowerPak/N8 etc. that it's virtually impossible for me to try to cover all eventualities. And from a development point-of-view, given that I do it in my spare time and for free, the convenience of developing on emulator probably means the difference between me developing and not developing these tools at all.

I'm more than happy to look into issues but I have zero experience with donor carts and ROMs. If you're having trouble in emulators then let me know exactly what you're doing, exactly which versions of the ROM, emulator, platform and operating system, and exactly what the results are. Stuff like video/screen caps etc. It all helps, much more than just saying 'it doesn't work'

smile

24

(29 replies, posted in Nintendo Consoles)

I wish I could tell you but unfortunately I do not have an N8 cart. I asked on the Everdrive forum a while back and a couple of people said they'd tried NTRQ and it seemed to work.

25

(17 replies, posted in Nintendo Consoles)

Spent a bit more time on droNES and put up a new video:

http://www.youtube.com/watch?v=jaVXK17v … e=youtu.be

Main changes are that the sequencer now is able to target parameters of the synthesis instead of just being an amplitude/gate sequencer.

26

(21 replies, posted in Nintendo Consoles)

26 years ago. Fuck me.

27

(21 replies, posted in Nintendo Consoles)

Whilst not adhering to the 'demo' genre per se, all of my shit is technically awesome. Fact.

None of it contains and pixel porn though, maybe that's where I've gone wrong. Or scroll text.

28

(17 replies, posted in Nintendo Consoles)

Just need to find some time to tidy up the editor a bit and then I really need to optimise the synthesis loop more.

Regarding the sequencer: it is only a 'gate' sequencer at the moment meaning you can use it to sequence the amplitude of each voice. There are 3 gate shapes: square (turns the voice on), ramp up (ramps the amplitude up) and ramp down (yeah, you guessed it).

Even though it's not sequencing any actual synthesis data it is quite flexible: each track has it's own length (1 - 16 steps) and speed and (in the case of ramp up/down steps) gate length. There's also a 'sync tracks' button so you can program up little polyrhythms and stuff.

I've a few ideas of how to implement simple 'parameter locks' and had a prototype working but the issue I have is with representing 16-bit data (for the LFO speeds, for example) in a meaningful way with minimal screen updating and minimal screen real estate.

droNES is not really about sequencing though, the clue is in the name smile

29

(3 replies, posted in Commodore Computers)

Was just checking if there was an update to the version I have installed and both Cadaver's and Convert Bit Ops websites seem to be down?

30

(21 replies, posted in Nintendo Consoles)

It's hard enough just displaying text on your GUI in a timely fashion, let alone any fancy graphic effects big_smile

Hats off to those that try though!

LOL @ obligatory pixel porn!

31

(17 replies, posted in Nintendo Consoles)

http://www.youtube.com/watch?v=PpsB_6kS … e=youtu.be

32

(46 replies, posted in Nintendo Consoles)

I done this: http://blog.ntrq.net/?p=581