Search results
SDCC
Score: 165.14 %,
Type: wiki , Comments: 0 comments
Author: various
License: GNU General Public License version 2.0 & 3.0
Version: Lastest ...
Avelino Herrera
Link: http://msx.avelinoherrera.com/index_en.html (July 2016)
Author: Avelino Herrera Morales
License: Creative Commons BY-NC 2.0
Version: T.B.D. (2016 SDCC version)
Platform: ...
Crawlers looking for a musician
Score: 190.8 %,
Type: Forum topic , Comments: 19 comments
Hello everyone,
I am creating a new game called Crawlers based on the classic Snake game but playable with up to 8 players on the same MSX (using Ninja Tap ) or 4 players otherwise (joystick + keyboard).
It is an MSX1 game that will be ...
Ninja Tap BASIC driver
Score: 163.54 %,
Type: wiki , Comments: 0 comments
available to manage the device:
1) To detect a Ninja Tap:
A=USR(0)
Return:
7 6 5 4 3 2 1 0
│ │ │ │ └───┴───┴───┴── Number of joystick ports available (2, 5 or 8)
│ │ └───┴────────────────── Tap type pluged in port 1 (0=No Tap, 1=Ninja Tap, 2=Shinobi Tap)
└───┴────────────────────────── ...
Ninja Tap BASIC driver 1.0
Score: 201.97 %,
Type: Download , Comments: 0 comments
aoineko
0
This driver allow to use Ninja Tap device in BASIC programs.
See ... 597 bytes 0 never
(ninja tap basic driver 10, ninja tap basic driver 10) ...
Programming ObsoNET
Score: 189.32 %,
Type: Forum topic , Comments: 18 comments
In documentation part 4.1, we are asked to select segment 0 in the cartridge mapper.
Do we have ... is in 2-3 and obsonet is in 2-0 (being initialized before your rom) make it works:
Try ...
Program's UID
Score: 189.01 %,
Type: Forum topic , Comments: 14 comments
and the game's title in katakana written backwards. This is located at offset #3FF0.
This type of information ... information about that?
Yie Ar Kung-Fu product ID is "RC 725"... there is 725 wrote at #3FF0?
(I suppose #3FF0 is the size of the ROM minus #0F)
Hi, aonikeo!
I coded this Hi, aonikeo!
I ...
Calling BIOS routines from C without any overhead
Score: 185.51 %,
Type: Forum topic , Comments: 10 comments
nuc1e0n wrote:
z88dk has
nuc1e0n wrote:
z88dk has konamiman's asmlib integrated ... or msxdos2:
int isMSX2(void) {
if(bdos(CPM_VERS, 0) == 0x22) {
__asm
ld a, 1
ld c, 0x6f
call 0x0005
or a
jr nz, NOTMSX2
ld a, b
cp 2
jr c, NOTMSX2
ld hl, 1
ret ...
Fast copy using unrolled ldi loop
Score: 185.2 %,
Type: Forum topic , Comments: 20 comments
ld iy, #2
add iy, sp
ld c, 0(iy)
ld b, 1(iy)
// ...
and #0x0F // 8 cc
jp z, mem_fastcopy_loop // 11 cc - total 24 cc ... 5 cc
ld b, #0 // 8 cc
ld c, a // 5 ...
Simultaneous vblank and hblank interruption?
Score: 184.51 %,
Type: Forum topic , Comments: 11 comments
is triggered, are the 2 flags set (bit 7 of S#0 and bit 0 of S#1)?
I've done such things, ... than one VDP interrupt to handle at a time and that if the vblank is triggered and the F bit of S#0 is set, then the FH bit of S#0 is not. And vice versa. Is this correct?
I will add support for hblank ...
Start OpenMSX with MSX-DOS support
Score: 183.7 %,
Type: Forum topic , Comments: 17 comments
Hi,
In the MSXgl build tool, I allow the user to automatically launch his program after the build, with different emulators, including OpenMSX.
In the case of a program for MSX-DOS 1 or 2, I had a problem when the default machine had no disk ...
