Search results
TSX, I need Help.
Score: 153.71 %,
Type: Forum topic , Comments: 6 comments
loader, which is for copy protection. What you are calling "data" starting a 0x133 is part of the loader start address. However, the actual loader data starts at offset 0x138! As the loader is encoded ... "directly" see are the load, end, and execution addresses of the loader, located at offsets 0x132, 0 ...
MSX Tensei Kobo
Score: 153.5 %,
Type: Forum topic , Comments: 4 comments
Many nice programs in Basic from this blog :
http://ags.indiesj.com/blog
Downloaded files may need to be renamed. These are ZIPs.
I found a promising Basic I found a promising Basic program: Raftoid made by Platty soft.
...
Random block read (Need help!)
Score: 152.65 %,
Type: Forum topic , Comments: 2 comments
Hello,
This week I tried to made a command to compare 2 binary files for MSX-DOS1. I thought I would do it quickly but I don't understand why the second file doesn't load. The program detects an error (line below).
jp nz,File2End ...
Change the color palette in DOS
Score: 152.23 %,
Type: Forum topic , Comments: 0 comments
Hi,
I made a command not very useful because it just allows to change the color palettes under the DOS. It can also shows default palette values.
Now available here:
https://github.com/gdx-msx/PALETTE
and soon in downloads.
...
Turbo R and the RAM
Score: 152.32 %,
Type: Forum topic , Comments: 8 comments
that current are slots are 3-3-0-0. Then surprisingly, if I insert the DOS1 diskette, and enter ... back to 3-3-0-0.
Is DOS1 which resets all RAM in its own way at each restart or a bug from SHEM ... its own search to find additional memory in pages 0-1...
I never use an emulator to I never ...
Convert a Basic program to Rom file easly
Score: 158 %,
Type: Forum topic , Comments: 19 comments
&HF676,&H11
POKE &H8010, 0
LOAD "PROGRAM.BAS"
SAVE "PROG1111.BAS"
Then you ...
https://mon-partage.fr/f/0iyCDrsA/
:)
gdx wrote:
No problem if you
gdx wrote:
No problem if you follow ... differs. It's FFh instead of 00h, and it doesn't works ("Syntax error in 0") if we ...
Patches for Maze Max
Score: 150.69 %,
Type: Forum topic , Comments: 10 comments
0FEBh: FF FF FF FF (or 00 00 00 00) -> AF 32 DB F3
Cursor keys:
2D1Bh: 02 -> 08
2D2Ah: 04 ... to work.
Three of the four cursor key values match, but the second one's value (at 0x2d2a) is 0x28, not 0x04. Are you sure you listed the addresses to poke correctly?
Thanks.
It works ...
Toride no Koubou
Score: 150.28 %,
Type: Forum topic , Comments: 3 comments
Hi guys,
I looking for Toride no Koubou (とりでの攻防) or similar game. This is a game for MSX2 released in MyCom Basic Magazine 1990-01.
http://fukenko.hatenablog.com/entry/20101231/p2
Takamichi suggests us that it Takamichi suggests ...
Multiverse + FM-Towns Joypad
Score: 149.72 %,
Type: Forum topic , Comments: 4 comments
work on ports C0-C3 (like DalSoRi which can be switched to those ports) - and you configure "patcher" to proxy any C0-C3 I/O to C4-C7 into the cartridge
I hope that I will not I hope that I ...
Routine 4022h from Disk-ROM
Score: 148.94 %,
Type: Forum topic , Comments: 8 comments
;read primary slot select register
EXPTBL EQU 0FCC1H ;slot is expanded or not
BUF equ 0F55EH
STKTOP equ 0F674H
TXTTAB equ 0F676H
VARTAB equ 0F6C2H
BOTTOM equ 0FC48H
DW #4241,BEGIN,0,0,0,0,0,0 ... hl,BUF+10-1
push hl ; ´basicpointer´
ld hl,BUF+64
push hl
ld (hl),0E1H
inc hl
ld (hl),0C9H ; pop ...
