Z80 version of MEGA65 - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: Not HP Calculators (/forum-7.html) +--- Forum: Not remotely HP Calculators (/forum-9.html) +--- Thread: Z80 version of MEGA65 (/thread-7626.html) |
Z80 version of MEGA65 - Joseph_21sv - 01-18-2017 08:53 PM Inspired by the MEGA65 open computer and the color TI-84+ calculators, I had this idea for the minimum requirements for an ultimate Z80 computer: CPU: simulates performing at least one "real" operation on an 18.32MHz Z80 (does not strictly imply using an eZ80, but the eZ80's specifications allow the most room for optimization) Video: VGA 1024x576x16bpp (102.4 MHz dot clock), 16-bit master palette, variable chroma sampling rate Audio: 1xAY-3-8910 compatible 512KiB base RAM (does not strictly imply using an eZ80, but the eZ80's 24-bit address mode will dispense with the need for external memory management) Semi-compiling structured "floating"-point BASIC interpreter in ROM (not necessary for this to be in any part object-oriented, but it would be interesting) USB and Micro USB I/O 10/100 Mbit Ethernet RE: Z80 version of MEGA65 - Alejandro Paz(Germany) - 02-08-2017 10:48 AM They (Mega65) improved on an existing machine, which machine do you want to improve on ? the Ti-84 ? (why not then the TI-86: wider display, better floating point). Let me rephrase the question: which existing piece of software do you want to run on it ? Of course you can grab today a T80 core, a kind-of cheap FPGA and have it all, I just wonder about the software. Because I dream of such machines myself ;-) (I have bought a eZ80 development board and some eZ80L92 years back, for such a project that till this day did not materialize, maybe when my FPGA-based calculators run I could consider it again . |