Search results
SCC quality output problem in MG2 (and probably other software)
Score: 158.77 %,
Type: Forum topic , Comments: 19 comments
< 9, the waveform gets stuck;
When setting the on/off bit to 0, waveform goes 0.
These ... is disabled) instead of immediately putting channel output wave value to 0. Test confirmed - wave goes to 0 when channel is disabled, and it is weird - I would logically expect that wave would be always 0 only ...
Default state of the GR8NET's built-in PSG
Score: 158.32 %,
Type: Forum topic , Comments: 8 comments
By default, on power up, GR8NET's PSG is enabled at port A0 (standard MSX PSG port). I have ... for initialization at all (e.g. slot 1=game cartridge and slot 2=GR8NET) the PSG stays at port 0x10 not interfering ... time stereo GR8NET, at the power up, will still initialize its built-in PSG at port A0 mirroring ...
Question about Nextor features for DOS1 mode
Score: 157.45 %,
Type: Forum topic , Comments: 1 comment
Is there anything added value by the Nextor kernel in this mode apart from the standard functionality of DOS1 kernel?
Question was answered: Question was answered: there's no added functionality for DOS1 implementation in Nextor. It is ...
Boot MSX like a PC
Score: 157.4 %,
Type: Forum topic , Comments: 3 comments
I perform _mapdrv("c:",1,5,0) then I can perform FILES on hard disk.
Is there any way ... then performing _mapdrv("a:",1,5,0), and then _system -> machine boots off the hard disk into DOS2. ...
MSX-DOS2, SET PROMPT ON and FDD/diskette wear-out
Score: 157.16 %,
Type: Forum topic , Comments: 2 comments
During development of driver for floppies I found out that when ENTER key is pressed in the empty MSX-DOS2 prompt, system accesses the floppy drive. This means it starts disk rotating -> every time you press ENTER key both drive and disk are being ...
Making proper external mapper for Turbo-R
Score: 156.64 %,
Type: Forum topic , Comments: 5 comments
that they insert 1 or 2 wait states for VDP access; GR8NET is able to detect this (0, 1, 2 or bigger). ...
Idea of RAM expansion cartridge
Score: 156.4 %,
Type: Forum topic , Comments: 25 comments
be
Let's put it this way... Filling that amount of memory with 0 on standard MSX (using LDIR) would take ...
Dry farts, I am so sad...
Score: 156.15 %,
Type: Forum topic , Comments: 10 comments
on the circuit diagrams.
According to the table in Wikipedia article, -5 dBm corresponds to 316 uW (0 ... outputs 0.5-1.5 V (1Vpp), IC353-1 is having gain of 1, and output of the opamp is the same Vpp. How many dBm is on opamp output pin 7? P=U*I=1*(1/3300)=0.000303 W (303 uW). Ok, within the table's value ...
Something special about BASIC line 0
Score: 156.12 %,
Type: Forum topic , Comments: 7 comments
before.
If you type
0 screen 2
or any other command into line 0, then perform LIST, it displays
0--SCREEN 2
where '-' is space. Then if you get up two lines up and press ENTER on listed line 0, then perform list again, you will have
0---SCREEN 2
BASIC adds one extra space to line 0 ...
Proper way to print text in SCREEN 12
Score: 155.75 %,
Type: Forum topic , Comments: 9 comments
on MSX2+
10 color15,0
20 screen12
30 open"grp:"as"#1
50 preset(0,0)
60 fori=0to255
70 color i
80 print#1,"test",i
90 forj=0to100:next
100 next
110 goto 110 ... COLOR ,0,0
20 SCREEN 12
30 SET PAGE 1,1:CLS
40 OPEN"grp:"FOROUTPUTAS#1
50 PRESET(0,0)
60 COLOR ...
