Search results
Grey Wolf in Cartridge Format and Oniric game remakes. What do you think about it?
Score: 136.92 %,
Type: Forum topic , Comments: 1 comment
Greetings. I have an existential doubt and I would like to know about your opinion:
During the last years, I have met many people who tell me that they only want games in cartridge format.
Now i'm thinking about of reissuing Grey Wolf in ...
SofaSMS bug report thread
Score: 144.12 %,
Type: Forum topic , Comments: 11 comments
Hi all,
SofaSMS version 1.0 has just been released. It can be downloaded from my website , and is now integrated (with default and per-game settings) into the latest 7.0 release of SofaRun. ... 1, 0, 0, 0, 0.
Finally when I set the parameters as below a few SG games works well (but ...
SofaRun 7.0 released
Score: 138.54 %,
Type: Forum topic , Comments: 103 comments
Hi all,
SofaRun has been updated to version 7.0.
Here are the changes since the initial 6.0 release from 29/12/2019:
Internal support for SG-1000 and Sega Master System ROMs using new ... the sr.ini file, i use the original ini from sofarun 6.0
No when i start Sofarun, i see the new logo, ...
On Sprite Gosub in basic - Is it supposed to be this slow?
Score: 137.05 %,
Type: Forum topic , Comments: 5 comments
SPRITE$(0)=CHR$(&H0)+CHR$(&H0)+CHR$(&H0)+CHR$(&HFF)+CHR$(&H0)+CHR$(&H0)+CHR$(&H0)+CHR$(&H0)
20 SPRITE$(1)=CHR$(&H1)+CHR$(&H1)+CHR$(&H1)+CHR$(&H1)+CHR$(&H1)+CHR$(&H1)+CHR$(&H1)+CHR$(&H1)
30 PUT SPRITE 1,(128,96),15,1
35 SPRITE ON
40 X=X+1
50 PUT SPRITE 0,(X,96),12,0
55 ON SPRITE GOSUB ... SPRITE$(0)=CHR$(&H0)+CHR$(&H0)+CHR$(&H0)+CHR$(&HFF)+CHR$(&H0)+CHR$(&H0)+CHR$(&H0)+CHR$(&H0)
20 ...
Game speed: Zemmix vs. NSM8245 with Megaflasrom
Score: 136.94 %,
Type: Forum topic , Comments: 14 comments
as well: type VDP(10)=0 in BASIC. If you start a game after this (without reset), it will also play faster. ... VDP(10)=0 every time. Or do i get problems than with the european games ?
In the MegaFlashROM SCC+ SD ... in combination with the Megaflashrom always in 60 HZ mode, so i dont have to use the command VDP(10)=0 every ...
set adjust / set save in Assembly without using BIOS calls
Score: 136.93 %,
Type: Forum topic , Comments: 12 comments
vx,vy,value;
vx=x;
if (x<0)
vx=16+x;
vy=y;
if (y<0)
vy=16+y;
value = (vy<<4) | vx ;
Poke(0xFFF1,value); // Reg 18 Save ... vx,vy,value;
vx=x;
if (x<0)
vx=16+x;
vy=y;
if (y<0 ...
