Search found 39 matches
- Mon Dec 02, 2024 1:14 am
- Forum: CX16 General Chat
- Topic: The X16 (and 6502) a historical perspective
- Replies: 6
- Views: 3429
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: 11
- Views: 1604
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: 13
- Views: 1400
- Fri Sep 27, 2024 11:45 pm
- Forum: X16 Feature Requests
- Topic: CP/M on the X16
- Replies: 13
- Views: 1400
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: 7451
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: 1157
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: 1157
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...
- Tue Feb 27, 2024 5:46 am
- Forum: CX16 General Chat
- Topic: Proposal for a hardware-agnostic math accel API
- Replies: 19
- Views: 3369
Re: Proposal for a hardware-agnostic math accel API
Just looking at RISCV soft-core (so not considering optimized constructs on the FPGA directly), I can do lots of the maths, even floating-point if I wanted (not sure that'd be super useful on X16 though) and can simulate SIMD instructions given the higher internal clock speed. I actually think it w...
- Fri Feb 16, 2024 12:38 am
- Forum: CX16 General Chat
- Topic: The possibility of moving to a 65816 instead of a 6502
- Replies: 29
- Views: 9054
Re: The possibility of moving to a 65816 instead of a 6502
The positive consequences of moving to a 65816 are advantages all 16-bit systems have over similar 8-bit platforms. As this has obviously been the case since the first 16-bit CPU was made, I struggle to see why this change is being proposed now, nearing the end of Phase 1 of the X16 project. The one...
- Thu Feb 15, 2024 8:43 pm
- Forum: X16 Feature Requests
- Topic: ATARI 2600
- Replies: 7
- Views: 3240
Re: ATARI 2600
I've not looked at the code to discern if it is a masterpiece, the game was failure for Atari. Usually, you'd need at least 4-6 months to create a decent game on the Atari 2600. The single programmer who was tasked with creating E.T., Howard S. Warshaw, got a little over 4 weeks. The video linked a...