Search found 1612 matches
- Wed May 14, 2025 10:45 pm
- Forum: CX16 General Chat
- Topic: OSK's book Commanding The Commander X16 is released.
- Replies: 1
- Views: 147
Re: OSK's book Commanding The Commander X16 is released.
I'm scratching my head, wondering why there's no Kindle format.
- Fri May 09, 2025 5:49 am
- Forum: CX16 General Chat
- Topic: Updated notes on an X16 CP/M card
- Replies: 9
- Views: 1062
Re: Updated notes on an X16 CP/M card
Maybe I missed something, but this sounds like you're restricting the Z80 system to 32KB. Why? If it's to gate the CPLD, that's not a very CP/M-like method. The typical CP/M boot sequence actually overlays a boot ROM over the first page of RAM. The system boots to address 0, and the boot ROM loads t...
- Sat May 03, 2025 4:41 am
- Forum: X16 Software Support
- Topic: How do you set a breakpoint?
- Replies: 13
- Views: 2146
Re: How do you set a breakpoint?
If you're going to use the STP instruction to break into the debugger on the emulator, you need to use the -debug command line switch to enable debugging.
The emulator's documentation explains this, along with how to use the debugging screen.
https://github.com/X16Community/x16-emulator
The emulator's documentation explains this, along with how to use the debugging screen.
https://github.com/X16Community/x16-emulator
- Wed Apr 30, 2025 4:07 am
- Forum: Official Software
- Topic: Commander X16 R48
- Replies: 0
- Views: 948
Commander X16 R48
This is the R48 release of the ROM and emulator. Emulator: https://github.com/X16Community/x16-emulator/releases/tag/r48 ROM: https://github.com/X16Community/x16-rom/releases/tag/r48 Update instructions: https://x16community.github.io/faq/articles/update%20guide.html (This will be updated for R48. F...
- Sun Apr 20, 2025 3:00 am
- Forum: X16 Feature Requests
- Topic: CP/M on the X16
- Replies: 22
- Views: 23946
Re: CP/M on the X16
That's pretty similar to what I've been thinking. In my case, I would use a UART to talk to the RP2040, which could then run any emulation firmware you want.
- Wed Apr 16, 2025 4:59 pm
- Forum: CX16 General Chat
- Topic: Compute's Gazette is coming back!
- Replies: 0
- Views: 1016
- Mon Apr 14, 2025 7:50 pm
- Forum: X16 Feature Requests
- Topic: CP/M on the X16
- Replies: 22
- Views: 23946
Re: CP/M on the X16
In fairness this design really means you are plugging an entire Z80 computer into a card and hijacking the X16's IO for it's use. It would work and would even be economically feasible by todays standards. But it would have been complexly silly back in the day. Given that the Z80 has been discontinu...
- Mon Apr 14, 2025 4:24 pm
- Forum: X16 Feature Requests
- Topic: CP/M on the X16
- Replies: 22
- Views: 23946
Re: CP/M on the X16
In fairness this design really means you are plugging an entire Z80 computer into a card and hijacking the X16's IO for it's use. It would work and would even be economically feasible by todays standards. But it would have been complexly silly back in the day. Given that the Z80 has been discontinu...
- Mon Apr 14, 2025 4:18 pm
- Forum: Works In-Progress Discussion
- Topic: Draft of programming book
- Replies: 17
- Views: 28605
Re: Draft of programming book
Yeah, since this is not a completed tutorial or guide, we're going to move it to the WIP section for now. Once this is complete, then it would be ready to post in the Guides And Tutorials. Don't know if you've looked at any of OSK's work Tom. But the book is almost there. I know he's gotten a first...
- Mon Apr 14, 2025 2:13 am
- Forum: Works In-Progress Discussion
- Topic: Draft of programming book
- Replies: 17
- Views: 28605
Re: Draft of programming book
Yeah, since this is not a completed tutorial or guide, we're going to move it to the WIP section for now. Once this is complete, then it would be ready to post in the Guides And Tutorials.