Hiyo. As the subject says I'm new to NGPC dev, so new in fact that my NGPC is still in the mail ;) I've been trying to track down the right assembler and...
Hi, you may find cpu doc in the file section (TMP95C061DS.zip) as well as an assembler at http://john.ccac.rwth-aachen.de:8000/as/ I don't know if it runs...
Thanks. I've seen a few mentions of a C framework, that sounds to be a framework to allow some coding in C instead of asm... Does that still exist anywhere?...
Hello ! Some really interresting docs/files/compiler(win) in a folder at this address : http://www.devrs.com/ngp/files/ Some codes/samples/docs/utils are...
... I'm guessing it's 'acting stupid'. :-( I've had problems ever since I converted the site to CSS, which is the shoddiest, most non-portable 'standards' ever...
... Ah, nice to find a sites owner when the site is stupid :) I'm using Firefox 1.0 for linux. I did take a second to look at your CSS just now and noticed...
Hiyo, Is there any info at all about building a gcc cross compiler? Well, I have a Pocket Linker flash cart and programmer if thats what you mean... It came...
Hi, I would think that the NGPC C compiler should run under dosemu for linux though I haven't tried it yet. It's not like it needs windoze APIs or anything...
My main site is down at the minute (registrar hassles) but you can get to the NGPC pages at http://www.ahchay.co.uk/ngpcdev/tutorial/tutorial.php There are...
Hi, There is a copy of the framework in the files area of this group. As someone noted before, it doesn't have the standard "main.c" file, but there is a...
hey i've noticed that when you start loading up the tile allocation that you will eventually start running over the font area, causing font output to come out...
Tiles in the lower 128 bytes of the NGPC tileset are (at least in the framework) equivalent to the standard ASCII character set. Off the top of my head these...
From the site: Ladies and Gentlemen, the time has come for the fourth PDR Coding Competition called, called PDRC #3 (Don't get confused there was a #2.5 :) ...
I'll do an NGPC entry (and perhaps a GP32 one). Thor __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best...
hey, i've been trying to make some music in neotracker, and i have been unable to do flat notes, any help would be appreciated. Also, I made a program to...
... Hi I've not looked at neotracker for about 1.5yr but from memory it uses the bottom 2 rows of your keyboard. The bottom row is your normal (natural?) notes...
... uses ... Thanks, and sorry, that's something I shold've remembered. Guess i'll have refresh myself on music theory. Continuing thanks, XENOPHEAR...
... It's good to have news from you ! Thor __________________________________ Do you Yahoo!? All your favorites on one personal page – Try My Yahoo! ...
... I would say 50Hz (my time counters are based on that value : bomberman/puzzle gems/...). Thor __________________________________ Do you Yahoo!? Meet the...
... K2GETechRef.pdf. I have to change my code then...(gems use 60, true, but bomberman 50...) Thor __________________________________ Do you Yahoo!? Meet the...
... somewhere by there : http://www.devrs.com/ngp/files/ do not link. Thor __________________________________ Do you Yahoo!? Yahoo! Mail - 250MB free storage....
after reading through that specs sheet I notice something about sprite flipping. would it be possible to add sprite flipping to the sprite call? if it were, it...
... Do you mean in the C framework ? something like that : in .h: #define H_FLIP 0x80 #define v_FLIP 0x40 #define TOP_PRIO 0x18 #define MIDDLE_PRIO 0x10 ...
Hi, There is also the short version in frame4.zip... void SpriteControl(u8 SpriteNo, u8 Priority, u8 Flips) { // sets sprites priority or off - defines are in ...