Search results
How to convert .rom to .dsk
Score: 113.85 %,
Type: Forum topic , Comments: 9 comments
Hi
I want to convert some .rom files back to disk. As I ve seen I can
use Diskmanager to convert .dsk to real disks but whats about
the .rom images. Is there any tool for ?
Hope someone can help
bYe
E
Hi
I want to convert ...
Any one remember the MSX easy speech - Hardware speech synth
Score: 113.85 %,
Type: Forum topic , Comments: 18 comments
the lines of a=usr(0)"words to say"
I don't remember 100% to be honest, but it was rather ...
A=USR((0)”Hello World”) - now for the life of me I can’t remember the exact syntax of this command, probably ... along the lines of a=usr(0)"words to say"
I don't remember 100% to be honest, ...
Dual V9958 board
Score: 113.51 %,
Type: Forum topic , Comments: 25 comments
for superimposision with color 0? The ports of external VDP could be 88h~89h as the MSX2 expansion.
Using ... with background 0 and the other 8 sprites of VDP#2 with its own bitmap background. This way you get two 8-sprites ... and a video input for superimposision with color 0? The ports of external VDP could be 88h~89h as the MSX2 ...
Info about MSX game "WEST" by M.Belardi
Score: 113.5 %,
Type: Forum topic , Comments: 22 comments
it seems:
ORG 0
LOAD 09000H
RVRAM: EQU 04AH
WVRAM: EQU 04DH
SUONO: EQU 093H
TEMPO: EQU 0C003H
XGILE: EQU 6913
YUOMO: EQU 6944
XUOMO: EQU 6945
NUOMO: EQU ...
NUMUO: EQU 0C004H
FC: EQU 0C005H
;**************************
; LOOP ...
Looking for Arjen Zeilemaker
Score: 113.36 %,
Type: Forum topic , Comments: 6 comments
Hi people! I need to know if someone has the current mail of Arjen Zeilemaker.
Try to communicate with through the zeilemaker54 (ar) users.sourceforge.net e-mail but is not valid.
Someone has a current address?
Thank you
...
One chip MSX improvement project
Score: 113.06 %,
Type: Forum topic , Comments: 1225 comments
enable> = 1 : CHOP
-----
EMSX_TOP_20080436_004.zip is not supported left mask on SCREEN0 ...
http://www5d.biglobe.ne.jp/~hra/note/onechipmsx/files/emsx_top_20080426_005.zip
Updates:
(1) VDP S#0 "5th sp#" bit fixed.
In some games, the sprite display ... to EMSX_TOP_20080426_004?
What is the worst possible situation while using this EMSX_TOP_20080426_005 version? Risk ...
How to: Line interrupts... (BASIC)
Score: 112.95 %,
Type: Forum topic , Comments: 8 comments
to see the line interrupt effect
110 SCREEN 8:FORY=0TO255:FORX=0TO255:VPOKEX+Y*256,XXORY:NEXTX,Y
120 ... in this case!!!)
200 '#I 33,@80,34,AD
210 ' ... and then just copy...
220 FOR I=0 TO 4:POKE -614+I,PEEK(AD+I):NEXT I
230 ' We want to have line interrupts, so let's enable them.
240 VDP(0)=VDP(0) OR 16 ...
RAMDISK
Score: 112.52 %,
Type: Forum topic , Comments: 21 comments
of ramdisk..
mass-copying disks: use FastCopy 3.0! :) mass-copying disks: use FastCopy 3.0 ...
www.classiccmp.org/dunfield/img/
I archived them under linux, with the dd command, something like 'dd if=/dev/fd0 ... on Linux...
(Note: for Linux sector based copies, I always simply use
cat /dev/fd0 > image.dsk ...
vdp registers
Score: 112.16 %,
Type: Forum topic , Comments: 13 comments
25-27
[img]http://media4.dropshots.com/photos/152250/20081103/1809
I gave some random value ... the wiki because if I didn't find/understand the info, I'm probably not the only one).
R#0 – b#0 (EV) (external VDP input)
What is it used for? (this bit is not documented in V9938 ...
Getting started with MSX coding (assembler)
Score: 111.85 %,
Type: Forum topic , Comments: 39 comments
in basic
In dos, the program you need is:
ORG 100h
ld a,1
ld iy, ((0xfcc0 - 1))
ld ix, 0x005f
call 0x001c ; use bios to go in text mode 1
ld a,00h
out (0x99),a
ld a,0x40 + 18h
out (0x99),a ; set the VDP to write from ...
