Search results
PCM/WAV output to PSG
Score: 106.8 %,
Type: Forum topic , Comments: 12 comments
00 11 2B 00 00
00000020 01 00 08 00 64 61 74 61 C0 74 43 00
IIRC you have to specify ... is
0x52,0x49,0x46,0x46,0xD6,0x7B,0x02,0x00,0x57,0x41,0x56,0x45,0x66,0x6D,0x74,0x20,
0x12,0x00,0x00,0x00,0x01,0x00,0x01,0x00,0x11,0x2B,0x00,0x00,0x22,0x56,0x00,0x00,
0x02,0x00,0x10,0x00,0x00,0x00,0x66,0x61,0x63,0x74,0x04,0x00,0x00,0x00,0xD2,0x3D
and my encoder works perfectly.
Here follows dump of the terminal screen: ...
multiple parameter for single USR ?
Score: 106.92 %,
Type: Forum topic , Comments: 8 comments
and execute
DEFFNW(AD,V)=USR2(0*USR1(V)+AD)
......
A=FNW(&H9000,&H3F)
(No ... '#I &HCD,0,&HD0,X,Y,C
Reading parameters in ML:
ORG #D000
POP HL
LD E,(HL)
INC HL
LD ... then pass the array address to the USR command.
Example: BASIC:
DEFINT P
P(0) = 12
P(1) ...
UPDATE GAMECAST with new domine host
Score: 106.88 %,
Type: Forum topic , Comments: 5 comments
Hello,
UPDATE GAMECAST with new domine host
Link: http://www.gamecastentertainment.com/
I have put also my project SCRAMBLE MANBOW
and now it is possible download of this my videogame
versione 2.3 beta.
See you to soon,,,,
^_^ ...
Philips keyboard picture needed!
Score: 106.76 %,
Type: Forum topic , Comments: 11 comments
Hi guys, anyone who has Philips keyboard with 26-pin connector please take a hi-res picture of the connector - both male and female parts. Thanks!
keyboard as in "to type keyboard as in "to type with"
or keyboard as in ...
MSX Audio Sample RAM Snippet
Score: 106.72 %,
Type: Forum topic , Comments: 1 comment
000h ; Low
CALL WRMAR
LD A,0Ah
LD E, 000h ; High
CALL WRMAR
; End Address
LD A,0Bh
LD E, 000h ; Low
CALL WRMAR
LD A,0Ch
LD E, 000h ; High
CALL WRMAR
; Memory Write
LD A,0Fh
LD E,080h ; Data
CALL WRMAR
; Whatever
JP 0
; Writes the value of E into MSX Audio register ...
Selfdestroying lisings
Score: 106.78 %,
Type: Forum topic , Comments: 4 comments
Anyone got a clue what causes this?
before running it, it's good... While it runs it crashes... After a clean reboot it happens as well...
It's not that big a listing... I'm a bit puzzled...
oO:-?
Maybe pressing on ...
How to restore BASIC memory after CLEAR command?
Score: 106.61 %,
Type: Forum topic , Comments: 2 comments
reference for in any documentation.
That is because there is 0 guarantee how much work area is taken ...
Hardware docs needed.
Score: 106.72 %,
Type: Forum topic , Comments: 10 comments
programming information attached. ( http://www.lexlechz.at/en/software.html )
Also Portar is good ...
take a look
Score: 106.6 %,
Type: Forum topic , Comments: 3 comments
https://github.com/samsaga2/Z80-IR-Compiler
Maybe samsaga2 himself can explain us what's going on? Maybe samsaga2 himself can explain us what's going on?
it's a compiler project using a C like syntax ( i guess) ...
I need of modify a routine assembly thah work well in SCREEN2
Score: 106.65 %,
Type: Forum topic , Comments: 8 comments
Regards
^_^
Andrea
; 2011.11.05 KdL
; ... ------------------------------------------------- --------------
;
; BLOAD "V1EDITOR.BIN", R
;
; USR7 (n) <n> from 0 to 8, page number to SAVE TXT VRAM
; USR8 (n) <n> from 0 to 8, page number for LOAD TXT VRAM
; USR9 (y) from 0 ...
