Search results
Endurance - A racing game remake
Score: 195.47 %,
Type: News post , Comments: 10 comments
Originally released for Atari 2600, Enduro is a classic racing game made by Activision.
Fabio Ritter developed a remake of this game, including different options, like a classic version (same as Atari 2600) and an enhanced mode, with new graphics ...
How is that possible?
Score: 172.57 %,
Type: Forum topic , Comments: 36 comments
like DMA controller etc which are operated via I/O and utilize ports in the range 0-255 (while leaving ... code
The code space (address) of the host CPU is Page 0 (0000H ~ 3FFFH).
Anyway, because of interrupt processing, writing Page 0 will take up less space.
For reference, Page 1 and 2 are used ...
TCL in openMSX
Score: 170.43 %,
Type: Forum topic , Comments: 19 comments
Memory Cartridge to have 1024K of RAM : 1=on 0=off
variable USE_MEMORY_1024K 0
# -- Use GFX9000 Video Cartridge : 1=on 0=off
variable USE_GFX9000 0
# -- Use FM PAC FM Cartridge : 1=on 0=off
variable USE_FMPAC 0
# -- Use SCC+ Cartridge : 1=on 0=off
variable USE_SCC 1
# -- Use a Slot Exnansio, Cartridge (To ...
FM register log
Score: 170.12 %,
Type: Forum topic , Comments: 20 comments
A series of commands.
An AY-3-8910 write looks like A0 rr vv .
An YM2413 write looks like ...
Blocking RAM memory writes while debugging
Score: 169.58 %,
Type: Forum topic , Comments: 1 comment
Hi,
Is that possible to block writes to a specified RAM place while debugging in openMSX ? I mean, to temporary convert for instance 0x9000 to 0x9500 in a ROM inside the RAM memory?
Wouter told me: the only Wouter told me: the only thing i can think of is to install a watchpoint ...
openMSX trainer tutorial
Score: 169.52 %,
Type: Forum topic , Comments: 4 comments
https://www.youtube.com/watch?v=SZyghY0X21A
This is some very old stuff - it still works like this
Thanks Vampier. Thanks ...
Scanning memory changes in debugger
Score: 169.48 %,
Type: Forum topic , Comments: 2 comments
I would like to know if it is possible to set a breakpoint that is triggered when a write to a certain region of memory happens. Is that possible? If it is, how can I do that?
At least it is possible in At least it is possible in the console ...
Copying data from File to Vram
Score: 169.46 %,
Type: Forum topic , Comments: 8 comments
ldirvm: equ 0x005C
CALSLT: equ 0x001C
EXPTBL: equ 0xFCC1
org 0x100
START:
ld a,2 ... NAME OF THE FILE (WITHOUT EXTENSION)
; AND PUTS in the FCB.
LD HL,082H
LD DE,FCB+1
START0:
LD A,(HL)
CP 0DH
JR Z,START1
LD (DE),A
INC HL
INC DE
JR START0
; Open file ...
loading big files in VRAM
Score: 169.38 %,
Type: Forum topic , Comments: 5 comments
;
;
OpenFile: equ 0x0f
UpdateFile: equ 0x10
SetBuffer equ 0x1a
GetFileSize equ 0x23
ReadRecords: equ 0x27
CHGMOD: EQU 005FH
ldirvm: equ 0x005C
CHGET equ 0x009F
BDOS: equ 0xf37d
;
; macro that creates a FCB structure
;
macro ...
Master system music (SN76489) --> MSX
Score: 169.32 %,
Type: Forum topic , Comments: 6 comments
Hi,
I was wondering, is that much trouble to get Master system music (SN76489 only) converted to be played with PSG ?
Another question, is there a replayer to master system songs in VGM format?
Try VGMPlay. That should Try VGMPlay. ...
