Search results
Cross-platform C development for MSX
Score: 117.12 %,
Type: Forum topic , Comments: 7 comments
Hi there. Despite complete lack of time I decided to start developing for MSX. To make it easier for others to start I decided to share my findings and development environment.
I hope to merge it in the future with Konamiman's repository so ...
Excercise Words - educational basic - trying to learn here!
Score: 117.38 %,
Type: Forum topic , Comments: 21 comments
0,14:PRINTTAB(TC);IN$
2110 L$=INKEY$:IFL$=""then2110
2120 GOTO 10
50000 END
Quote: ... characters. In screen 1 for example the maximum width is 32. Even in screen 0, you can have any width from 1 ... your program with something like:
1 SCREEN 0:WIDTH 40:COLOR 15,4,4
If you do that somebody ...
More images of gfx and art.
Score: 117.17 %,
Type: Forum topic , Comments: 13 comments
https://www.youtube.com/watch?v=-VSVaJOemEU&authuser=0
The algorithm is something like this: go ahead 8 steps in the direction of sight, at each ...
Sony hf-500p cartridge limit?
Score: 116.82 %,
Type: Forum topic , Comments: 1 comment
Basicly I put the cartridge into the sony hf-500p in emulation and both emulators reboot. So I figured I screwed up something in the memorymanagement but thats not the case because the machine doesn't even jump to adress $4000 it just reboots as ...
Access the SRAM on turboR ST
Score: 116.82 %,
Type: Forum topic , Comments: 12 comments
think it is to get the kanji rom back since the RAM is on page 3-0 in my situation switching the subslot ...
z80 assembler for lisp
Score: 117 %,
Type: Forum topic , Comments: 4 comments
And a silly example:
(load "z80.lisp")
(asm (org #x4000)
(dw start 0 0 0 0 0 0))
(defproc start
(ld hl 0)
(halt))
(defproc silly-infinite-loop
(ld a 0)
(label loop)
(inc a) ... safe-teleport)
(109 safe-teleport)
(#x20 wait))
(ld (ix move-index) 0)
(ret))
(asmproc ...
BEYOND GALAXY Preview for MSX2
Score: 116.95 %,
Type: Forum topic , Comments: 35 comments
to version 3.0
If you'd be willing to help me out, I would be very happy, the union is
strength ...
BEYOND GALAXY version 3.0
And now a little of good And now a little of good music made ... Fun & Happy MSX !!
AG (^_^)
download is b0rken! download is b0rken! :/
Warning: ...
1 extra cycle added when OUTing to VDP (on some cases)
Score: 116.86 %,
Type: Forum topic , Comments: 24 comments
to count cycle, so I count them thru openMSX.
I wrote my own command:
t0 to reset cycles counter,
dt to see how many cycles since the reset.
Prereq:
variable old_time 0
New commands:
proc t0 ... {1.0 / [machine_info ${cpu}_freq]}]
set t [expr {$mtime / $cycle_period}]
set dt ""
append ...
Allocation on the stack
Score: 118.14 %,
Type: Forum topic , Comments: 2 comments
Pointer to allocated stack space
;
; Mofifies BC,HL,IX
POP IX ; Get return address
LD HL,0
ADD ...
R800 MULUB
Score: 116.81 %,
Type: Forum topic , Comments: 20 comments
value:
A = 7
B = 0
C = 1
D = 2
E = 3
H = 4
L = 5
(HL) = 6
So it should be: ED F1 ...
vijf: db 5
result: dw 0 Maybe you could try something Maybe you could try something like this: ...
GNF
dw 0EDF1H outputs F1 ED. Try dw 0EDF1H outputs F1 ED . Try db 0EDH, 0F1H . Also ...
