Search found 42 matches
- Tue Dec 24, 2024 6:31 pm
- Forum: CX16 General Chat
- Topic: When Added Commander X16 CD-ROM Add-on?
- Replies: 34
- Views: 34381
Re: When Added Commander X16 CD-ROM Add-on?
It's been awhile since I've played with those 4-pin connectors on the CD-ROM. Were they left/right audio only, or was it actual signal commands also? Just left/right line level audio and two ground pins. The drives came supplied with a lead to connect this output to an analogue input on a sound car...
- Sat Dec 14, 2024 11:03 am
- Forum: CX16 General Chat
- Topic: When Added Commander X16 CD-ROM Add-on?
- Replies: 34
- Views: 34381
Re: When Added Commander X16 CD-ROM Add-on?
Wouldn't the internet be a more ideal software distribution medium? For neo-retros? You'd have to add network connectivity to each device (which is a good idea in itself), but you'd also have to create and maintain an online infrastructure for distribution. Modern flash storage is pretty stable; da...
- Sat Dec 14, 2024 12:51 am
- Forum: CX16 General Chat
- Topic: When Added Commander X16 CD-ROM Add-on?
- Replies: 34
- Views: 34381
Re: When Added Commander X16 CD-ROM Add-on?
As a software distribution medium, CDs (or DVDs) would be pretty much ideal. 650/700 Mb should be more than sufficient to hold software written for the X16, and I guess if you really wanted to incorporate advanced graphics or FMV you could use a DVD. Unlike SD cards, optical discs aren't tiny, come ...
- Mon Dec 02, 2024 1:14 am
- Forum: CX16 General Chat
- Topic: The X16 (and 6502) a historical perspective
- Replies: 6
- Views: 8995
Re: The X16 (and 6502) a historical perspective
Speaking of bells and whistles... nobody ever seemed to make use of the 6-bit DAC, which was quite sophisticated for the time, and was there from the start with the Coco 1. You only ever seemed to hear the 1-bit square wave tone generator from any of the in-house software. But there are a few demos...
- Mon Sep 30, 2024 12:44 am
- Forum: X16 Software Support
- Topic: PC/MS DOS emulator?
- Replies: 23
- Views: 31786
Re: PC/MS DOS emulator?
Possible? - perhaps. Probable? that is the real question. Someone recently managed to boot Linux on an Intel 4004, so anything's possible. He did it by creating a MIPS emulator for the 4004, and then booted a Linux distribution with a MIPS kernel. The 65C02 in the X16 has a 16-bit address bus which...
- Sat Sep 28, 2024 1:33 am
- Forum: X16 Feature Requests
- Topic: CP/M on the X16
- Replies: 14
- Views: 14594
- Fri Sep 27, 2024 11:45 pm
- Forum: X16 Feature Requests
- Topic: CP/M on the X16
- Replies: 14
- Views: 14594
Re: CP/M on the X16
I started to poke around the net and this seems to be a good starting point - http://www.cpm.z80.de As the URL indicates, CP/M was written for the Z80 (originally the 8080) CPU. It was since ported to the 8086, but as with other operating systems that can run under different CPU architectures (Linu...
- Wed Jun 12, 2024 9:29 pm
- Forum: CX16 Hardware Support
- Topic: Hardware MP3 Card ?? Possible ?
- Replies: 10
- Views: 21582
Re: Hardware MP3 Card ?? Possible ?
At a certain point, though, the tail is wagging the dog. An MP3 player card would be several times more powerful than the X16 itself. That's basically how computers have been designed from at least the 16-bit era and up until today. The Amiga had custom chips that performed functions much faster th...
- Sun Mar 17, 2024 2:59 pm
- Forum: Programming
- Topic: Why is the VERA Data Port selector named Address Select?
- Replies: 6
- Views: 2106
Re: Why is the VERA Data Port selector named Address Select?
The VERA relies heavily on register multiplexing. If you thought ADDRSEL was odd, you'll have a field day with DCSEL.
- Sun Mar 17, 2024 2:48 pm
- Forum: Programming
- Topic: Why is the VERA Data Port selector named Address Select?
- Replies: 6
- Views: 2106
Re: Why is the VERA Data Port selector named Address Select?
The LSB of $9F25 selects an address register, not a data port. The VERA has two data ports, each associated with a 17 bit address register + increment/decrement bits. But as you can see from the documentation, while the VERA has dedicated memory-mapped registers for the data ports ($9F23 and $9F24 r...