Search found 420 matches
- Tue May 06, 2025 9:40 am
- Forum: CX16 Hardware Support
- Topic: Atari2SNES
- Replies: 33
- Views: 36421
Re: Atari2SNES
--- snip --- I could send you a PCB if you want to test it out Jimmy? You can buy a full joystick kit off Aliexpress for about £5 and the only other thing you need is a SNES (extension) cable. I thought I'd ask you as you're the only person I know who owns both a X16 and a Uzebox so you'll be able ...
- Mon May 05, 2025 12:31 pm
- Forum: Games
- Topic: CommanderMind
- Replies: 3
- Views: 1038
Re: CommanderMind
Updated to version 1.1. Now with music from Crisps as well.
See top post for download and Try It Now.
See top post for download and Try It Now.
- Sun May 04, 2025 7:35 am
- Forum: Works In-Progress Discussion
- Topic: CommanderMind
- Replies: 5
- Views: 2007
Re: CommanderMind
This project has been moved out of WIP status and is now posted in Games section instead.
viewtopic.php?p=36416
viewtopic.php?p=36416
- Sun May 04, 2025 7:30 am
- Forum: Games
- Topic: CommanderMind
- Replies: 3
- Views: 1038
CommanderMind
I am happy to announce CommanderMind version 1.0 [Update - May 05 2025]: Updated to version 1.1, now with music from both Moon800XL and Crisps. This is a clone of the Master Mind game where one player chooses a combination of colors and the other player has to guess the correct combination. Music is...
- Sat May 03, 2025 7:59 pm
- Forum: X16 Software Support
- Topic: How do you set a breakpoint?
- Replies: 13
- Views: 2449
Re: How do you set a breakpoint?
I don't remember how I learned to use the emulators debugger. Most of it comes from the "documentation" of the emulator, but I seem to recall that I was also looking at the source code of the emulator to figure out how to use the debugger. debugger.jpg The program counter is usually the sa...
- Thu May 01, 2025 6:51 pm
- Forum: Works In-Progress Discussion
- Topic: CommanderMind
- Replies: 5
- Views: 2007
- Thu Apr 24, 2025 12:20 pm
- Forum: X16 Software Support
- Topic: X16 Emulator & Retropi
- Replies: 8
- Views: 2109
Re: X16 Emulator & Retropi
It is possible to pull the latest ROM from github, but I am fairly sure that it will violate the agreement that has been made with Cloanto. Killing the emulator will not destroy anything unless a program is running inside the emulator that is trying to write to a file and then it will only be the fi...
- Wed Apr 23, 2025 8:45 pm
- Forum: X16 Software Support
- Topic: X16 Emulator & Retropi
- Replies: 8
- Views: 2109
Re: X16 Emulator & Retropi
Yes, with the -rom option, you tell the emulator where the rom is located. Please keep us posted on your progress, others have had the emulator running on raspberry pi under the default window manager, but pi4 seems to be too slow to run the emulator at full speed. retro pi may have some tricks up i...
- Wed Apr 23, 2025 7:19 pm
- Forum: X16 Software Support
- Topic: X16 Emulator & Retropi
- Replies: 8
- Views: 2109
Re: X16 Emulator & Retropi
You can use the -rom option to tell the emulator where to find the ROM.BIN file. If you load a game/program and it just displays garbage, chances are it was not able to load the required assets. I suggest you make sure that all files used by the emulator are all capital letters, that usually solves ...
- Wed Apr 23, 2025 6:50 pm
- Forum: X16 Software Support
- Topic: X16 Emulator & Retropi
- Replies: 8
- Views: 2109
Re: X16 Emulator & Retropi
At the moment, I believe there is no key combination to exit the emulator. You could press CTRL+R to do a reset of the emulator and type POWEROFF. Most of the documentation for the emulator is actually found in the README on the github repo I had a look at the source of the emulator and unfortunatel...