Search results
openMSX "sprite rivelator"
Score: 179.75 %,
Type: Forum topic , Comments: 24 comments
but should be the base SAT address....
FOR T=0 To 31
y=vpeek(BASEADDR+T*4)
x=vpeek(BASEADDR+1+T*4)
line ...
namespace eval sprite_locator {
variable sprite_locator_enabled false
variable sprite_locator_after_id 0 ...
set sprite_locator_enabled true
osd_widgets::msx_init sprite_locator
for {set i 0} {$i < 32} ...
VDP 8 bit VRAM ADDRESSING emulation issue
Score: 160.44 %,
Type: Forum topic , Comments: 12 comments
LO(ARG),HI(ARG)>>8
THE BASIC CODE CALLS 255 times the routine. Result:
A stripe of 0x41 bytes written on the second 16K VRAM Bank of VDP at addresses beginning From 1. Please note: 1 not 0! as specified. That ...
LD A,(0xF663)
CP 2
JP NZ,0x406F
LD HL,(0xF7F8)
LD A,L
DI
OUT (0x99),A
LD A,H
NOP
NOP
NOP
OUT (0 ...
set scroll emulation on openmsx & bluemsx: differences
Score: 123.49 %,
Type: Forum topic , Comments: 2 comments
modes.
what on real machine?
what on screen 0 40/80 mode?
set scroll works in all modes but screen 0. There only the l set scroll works in all modes but screen 0. There only the lower 3 bits ...
@manuel. about tcl flexibility
Score: 125.09 %,
Type: Forum topic , Comments: 6 comments
think could be done in similar way:
- at start of vblank set a counter = 0
- when a command start ... %usage = 100 * counter / frame time, then counter =0
Do you think could be done with tcl?
This ... wrote such a script some time ago:
namespace eval vdp_busy {
variable curr_cnt 0
variable last_cnt ...
MSX on Nokia N70
Score: 120.94 %,
Type: Forum topic , Comments: 3 comments
Hi, all
I own a Nokia N70 mobile phone and i want to run msx emulation on it.
i've found this : http://www.elisanet.fi/portal/s60/fmsxs60.html
and http://www.elisanet.fi/portal/s60/index.html
however after installing the ...
about cbios
Score: 120.76 %,
Type: Forum topic , Comments: 16 comments
on an original BIOS all routines are made from 0
The main goal of C-BIOS is to be compatible with the old ... it in a regular MSX without doing any hardware mods. Just load the BIOS in page 0 and the software in the following pages and there you go. Well, I guess it is not that easy if you do interslot calls to page 0 ...
