Search results
2 players 1 keyboard
Score: 170.4 %,
Type: Forum topic , Comments: 10 comments
Hi,
Do you know some examples of games that can be played by 2 players on the same keyboard?
I'm looking for an efficient key mapping for this case.
By "efficient", I mean a mapping that limits the player to get in each other's ...
Arkos replayer code
Score: 173.68 %,
Type: Forum topic , Comments: 7 comments
Does anyone have versions of Arkos replayers adapted to MSX?
I am a C programmer and even if I was able to understand and adapt the PT3 assembler replayer thanks to the work of the MSX community, I can't get anything with the assembler code ...
Final Smash
Score: 174.44 %,
Type: Forum topic , Comments: 70 comments
as the first version of my crt0 files were based on yours. ^^
Amazing project !
I tried Amazing ... you disable your int handler (just ei ret)?
Yes, at startup my crt0 Yes, at startup my crt0 ( https://github.com/aoineko-fr/CMSX/blob/master/cmsx/src/crt0... ) set the pages 0 and 2 at the same slot than the page 1's one (where my header is located). ...
How are the values of EXPTBL initialized?
Score: 178.21 %,
Type: Forum topic , Comments: 9 comments
register. Whatever value in RAM or ROM at 0FFFFH in any of the expanded slots can not be accessed, ... if the slot is expanded:
ld hl,0FFFFH
ld (hl),0F0H
ld a,(hl) ... nope,
So 0F0H is written first and checked if 00FH is read back (so inverted)
Next 000H is written ...
I have a dream (as game dev)
Score: 169.26 %,
Type: Forum topic , Comments: 9 comments
I have a dream that one day I could develop a game from a PC and be able to test it directly on a real MSX (without having to manually copy it to a medium and then having to manually install it on the MSX each time I want to test something).
I know ...
Launch emulators from command-line
Score: 178.68 %,
Type: Forum topic , Comments: 19 comments
In the C-BIOS 0.29 package In the C-BIOS 0.29 package there are:
- cbios_basic.rom
- ...
MSXdev graphic rip
Score: 170 %,
Type: Forum topic , Comments: 3 comments
Hi,
No sure if it is the right place to ask, but as many MRC users have already register games for MSXdev, perhaps you can answer my question about this rule:
Quote:
Finally, direct graphic or music rips from other authors used without ...
Music & SFX replayer for Games... as 2021
Score: 170.56 %,
Type: Forum topic , Comments: 10 comments
For my C game library, I'm looking for information about the available MSX music and SFX replayers.
I'm looking for something lightweight for the CPU and that supports PSG (SCC and FM are a bonus).
My quest has been full of obsolete ...
Placing a .ROM file in a virtual cartridge slot
Score: 174.25 %,
Type: Forum topic , Comments: 3 comments
Following some problems I had with the 48K ROM of my game, Final Smash , I was wondering how emulators guess how to place a .ROM file in a virtual cartridge slot? For example, how do they know whether the beginning of the .ROM should be placed at ...
Proof of Concept - Soccer game
Score: 169.68 %,
Type: Forum topic , Comments: 16 comments
gos_0_5.rom
I already tested it on my Philips NMS 8250.
If you want, I can provide information ... the display to loop on the same page. For example, if I'm displaying page 0 and my vertical offset ... the 1st line of page 0, but the screen-slit allows me to display at this moment the first line of page 1 ...
