David Saphier
David Saphier
Hi As you say this cane be done with IF a = 1 Do stuff Elseif a = 2 Do stuff Elseif a = 3 Do stuff Else Do stuff...
Thanks for the info, will get it fixed.
Fixed duplicate folders.
Actually this is more about splitting the directives, so I will re-open.
It will be fixed in the next update, for now avoid putting a command on the precompiler directive lines. thanks
Hey :) This mod is a 28 channel MOD, so a bit too advanced for poor old NXModPlayer that only supports classic 4 channel Amiga ProTracker MODs. Looking the header...
So while on the outside it might seem like a simple change, however supporting filenames that are VERY long is a bit of an issue. When NXModPlayer launches it takes...
Hi - I am aware of the HDMI issue, and is due to a bug in the mode detection. Now NXMOD is a real bugger to build because the modplayer...
mini2.bas updated
hi, you can read register values with GetReg() function. ``` #include "nextlib.bas" MainInit() ' Main loop do ' Wait for raster line 192 WaitRetrace2(192) UpdateJoystick() WaitKey() loop '---------------------------------------------------------- ' Subroutines...