Search results
Platform Game DevKit thread
Score: 142.83 %,
Type: Forum topic , Comments: 17 comments
TniASM v0.45 Website
New link: Upgraded New link: Upgraded devkit
tniASM v0 ...
dec a
jr nz, .WaitLoop
.NoWaitNeeded: call IsShiftPressed ; A = 0 pressed.
and a
ld a, ...
ld hl, 0
ld (DiagnoseVDPBotleneck), hl
ret
and this is the fix ...
DOS2 in multi mapper slot/sslot change.
Score: 139.82 %,
Type: Forum topic , Comments: 29 comments
Indeed . It only showed up for the second mapper because on the primary mapper, segment 0 ... mapper because on the primary mapper, segment 0 will be in use as the system area so typically ... I reversed engineer the Disk Basic 1.0, to see the overhead of what happens when the DTA pointer ...
removing border in bitmap modes.
Score: 133.13 %,
Type: Forum topic , Comments: 13 comments
----------------------------------------------------
VARS:
.db 0 ; loader stat (0=asm code ok, 1=image ok)
.db 0 ; video mode (0=ntsc, 2=pal)
START:
DI
IN A,($AA) ; check for the space key
AND $F0
ADD A,8
OUT ($AA),A
IN A,($A9)
AND 1
CP 0
RET Z ; exit
LD A,212 ...
Developing my new game for the scene!
Score: 136 %,
Type: Forum topic , Comments: 750 comments
https://sites.google.com/site/testmsx/Home/smooth-horizontal-scrolling/SMscr8.rar?attredirects=0&d=1
ARTRAG, nice, but scrolling is not all the job.
PingPong wrote:
vdp speed ...
https://github.com/cornelisser/TriloTracker/releases/tag/V0.9.0
JohnHassink wrote:
flyguille
JohnHassink wrote:
flyguille wrote: ...
http://trilobyte-msx.com/TriloTracker/index.php/Main_Page
https://github.com/cornelisser/TriloTracker/releases/tag/V0.9.0
wich exact file ...
Reinventing a graphics IDE that runs in MSX2, compiles for MSX1.
Score: 135.22 %,
Type: Forum topic , Comments: 265 comments
FFF0 that points to the range where the DATA line IS.
there is some of my there is some of my ... &HF676,0: POKE &HF677,&HC0: POKE &HC000,0
Manuel wrote:
This can be
Manuel wrote: ...
which is the standard way to which is the standard way to know where in page 0 is the tileset ...
Creating new empty .dsk files?
Score: 132.57 %,
Type: Forum topic , Comments: 16 comments
10 N=1 ' (N = 1-10)
20 A=PEEK(&HF87F+N*16-16+I):IFA>0 THEN K$=K$+CHR$(A):I=I+1:GOTO 20
30 ...
MID$ statement
Score: 117.45 %,
Type: Forum topic , Comments: 5 comments
I am curius
using MID$ as a instruction (not a function)
MID$(A$,3,2) = "AB"
now, that is the normal, it remplaces the third and fourth chr of A$ with "AB"
Now, in pure basic what's do the following statements. ...
The Egg and the Hen problem!
Score: 116.23 %,
Type: Forum topic , Comments: 19 comments
I not knows... that depends on the device0 mounted. Maybe more
It sounds really cool; keep up ...
[URL]http://usuarios.arnet.com.a and to get a closer idea
usuarios.arnet.com.ar/flyguille/En ... are the base functions (the REAL OS you might say) and always prominent in page 0 including interrupt handling, ...
What do you thinks about this new chronogram system for MNBIOS?
Score: 116.2 %,
Type: Forum topic , Comments: 7 comments
These are the general rules for control the cpu's time.
Concepts:
Cycle is 1 second.
Lapse the time between two interrupts.
Process can be an aplication, a instance of an aplication or a driver with time asigned.
Ma ...
MNBIOS mouse emulation
Score: 116.04 %,
Type: Forum topic , Comments: 19 comments
of a program or an input routine. I had my Turbo Pascal 3.0 for MSX modified that I could quit the editor ... + SYSTEM + VOL attributed enabled, and have a INFAT = 0 (first absolute cluster of the file), ...
