Difference between revisions of "Main Page"

From C256 Foenix Wiki
Jump to navigation Jump to search
m (Hardware Overview)
(FAQ)
 
(156 intermediate revisions by 4 users not shown)
Line 1: Line 1:
= C256 FOENIX (U/U+/FMX) WIKI =  
+
= Welcome to the world of Foenix Retro Computers! =
----
 
=== Hardware Overview ===
 
'''WDC 65C816 CPU @ 14.318Mhz, 2MB (U) / 4MB (U+/FMX) System RAM, 512K flash'''
 
  
{| class="wikitable"
+
Welcome to the Foenix Project! Here you will find a series of brand new computers lovingly made by Stefany Allaire in the style of the early 8, 16, and 32 bit machines of lore!  This is your chance to be a participant in the development of a new platform -- to start with a brand new machine akin to a high-end Atari or Amiga, write its very first programs, see what it can do, push its limits, and experience something new! Models are available for 65C02, 6809, 65816, 68000, and 68040 CPUs.
| || '''Graphics'''          || '''Storage'''              || '''Ports'''                ||
 
|-
 
| || 2MB / 4MB (FMX) Video RAM || SD Card slot (front)          || DVI-I Video            ||
 
|-
 
| || 320x240x60fps            || 2.5" internal IDE HDD          || 2x PS/2 (kbd/mouse)    ||
 
|-
 
| || 400x300x60fps            || 3.5" 1.44MB floppy (FMX)      || Stereo RCA Line In/Out  ||
 
|-
 
| || 640x480x60fps            ||                                || Stereo 1/8" headphone  ||
 
|-
 
| || 800x600x60fps            || '''Sound'''                    || 2x TTL+(S)NES Joysticks ||
 
|-
 
| || 24-bit RGB color space    || 16-bit stereo CODEC            || 2x TTL+Analog Joysticks (FMX) ||
 
|-
 
| || 256-color bitmap plane    || 16 Voice Gideon FPGASID        || DB9 RS232 (3-wire U/U+, 9-wire FMX) ||
 
|-
 
| || 8x8 character plane      || TI SN76489 (Sega, Cabinets)    || MIDI in/out (FMX)      ||
 
|-
 
| || 4x 16x16x256 tile planes || Yamaha OPL3 (Sound Blaster)    || DB25 EPP (FMX)          ||
 
|-
 
| || 32x 32x32x256 sprites    || Yamaha OPM (FMX) (keyboards)  || Bus Expansion Port      ||
 
|-
 
| || 4x sprite planes          || Yamaha OPN2 (FMX) (Sega games) || USB debug port          ||
 
|-
 
| || 16x16x256 mouse pointer  || Internal 3KHz piezo beeper    || 12v DC Power            ||
 
|}
 
  
EXP-C100-ESID (Expansion Card): adds 10/100 Ethernet and two SID sockets.
+
* For 8/16 systems (F256) go to [http://wiki.f256foenix.com http://wiki.f256foenix.com]
 +
* For 24-bit systems (C256 FMX, GenX, C256 U, F256), go to [[C256|https://wiki.c256foenix.com/index.php?title=C256]]
 +
* For 32-bit systems (A2560, GenX), go to [[A2560|https://wiki.c256foenix.com/index.php?title=A2560]]
  
EXP-C200-EVID (Expansion Card): adds 10/100 Ethernet and a second DVI port (text-modes only).
+
= FAQ =
  
== Getting Started ==
+
Are these FPGA Retros like the MiSTer?
  
[[Hardware Setup]]
+
* No! These machines are the real thing. You'll be running on a real 65c02, 65816, 68000, or 68040!  The 6Mhz 6809 is an FPGA, but it's packaged as a standard 40pin DIP for use in the 65c02/65816 socket on the F256.
  
[[Ports and Connectors]]
+
Are these machines compatible with the C64? C128? Amiga? Atari-ST? IBM-PC?
  
[[Using Foenix BASIC816]]
+
* No! This is not a MEGA65, a Vampire, or an Ultimate64.  We already have those platforms.  This is something new and different!
  
[[Formatting a Hard Drive]]
+
Are there emulators?
  
[[Binary Development Resources]]
+
* Yes!  See the various platform specific wikis above.
  
[[Memory Map]]
+
Is the hardware "Open Source"?
  
[[FMX Errata]]
+
* The schematics for many models are available for download from [https://www.c256foenix.com https://www.c256foenix.com]
 +
* The FPGA code is presently closed-source to keep the platforms from becoming fragmented.
  
== Technical Documentation ==
+
Are there any programming tutorials?
  
{|
+
* See the various platform specific wikis above.
| [[65816]]    || || CPU
 
|-
 
| [[bq4802ly]]  || || RTC
 
|-
 
| [[GABE]]      || || System / IO / Timers / Sound Chip Controller / Math Co-Processor
 
|-
 
| [[LPC47M10x]] || || SuperIO - Analog inputs, MIDI, EPP, PS2, Serial, Floppy (FMX)
 
|-
 
| [[SN76489]]  || || PSG Audio
 
|-
 
| [[YM2151]]    || || Yamaha OPM1 - FM Operator Type I (FMX)
 
|-
 
| [[YM2612]]    || || Yamaha OPN2 - FM Operator Type II (FMX)
 
|-
 
| [[YMF262]]    || || Yamaha OPL3 - FM Operator Type III
 
|-
 
| [[WM8776]]    || || 24-bit 192kHz Stereo CODEC
 
|-
 
| [[VICKY II]]  || || Graphics Engine
 
|-
 
| [[Unity]]    || || IDE Hard-disk control
 
|-
 
| [[Trinity]]  || || Joystick and DIP switches
 
|-
 
| [[LAN9221]]  || || 10/100 Ethernet
 
|}
 
  
== Early Software ==
+
Happy hacking!
 
 
You will need to reset (or even power cycle) the Foenix between uploads to clear the memory and restore the default configuration.  These are early days!
 
 
 
{| class="wikitable"
 
| '''Program'''      || '''Notes'''      || '''Author'''    || '''Sources'''
 
|-
 
| BASIC816          || Bundled          || PJW            || https://github.com/pweingar/BASIC816
 
|-
 
| MONITOR            || Bundled          || PJW            || https://github.com/pweingar/BASIC816
 
|-
 
| [[matrix.hex]]    || Matrix demo      || Piotr Meyer    ||
 
|-
 
| [[Tracker_2.hex]]  || Music player      || Daniel Tremblay || https://github.com/dtremblay/c256-tracker
 
|-
 
| [[Tracker_3.hex]]  || Music player      || Daniel Tremblay || https://github.com/dtremblay/c256-tracker
 
|-
 
| [[fraggy.hex]]    || Frogger like game || Daniel Tremblay || https://github.com/dtremblay/fraggy
 
|-
 
| [[jumpman_sr.hex]] || Splash screen    || Stefany Allaire || Too busy working on the system!
 
|-
 
| C256 Tetris        || Full Tetris Game  || Daniel Tremblay || https://github.com/dtremblay/c256-tetris
 
|-
 
| VGM Player        || Video Game Music Player || Daniel Tremblay || https://github.com/dtremblay/c256-vgm-player
 
|}
 

Latest revision as of 14:32, 15 March 2024

Welcome to the world of Foenix Retro Computers!

Welcome to the Foenix Project! Here you will find a series of brand new computers lovingly made by Stefany Allaire in the style of the early 8, 16, and 32 bit machines of lore! This is your chance to be a participant in the development of a new platform -- to start with a brand new machine akin to a high-end Atari or Amiga, write its very first programs, see what it can do, push its limits, and experience something new! Models are available for 65C02, 6809, 65816, 68000, and 68040 CPUs.

FAQ

Are these FPGA Retros like the MiSTer?

  • No! These machines are the real thing. You'll be running on a real 65c02, 65816, 68000, or 68040! The 6Mhz 6809 is an FPGA, but it's packaged as a standard 40pin DIP for use in the 65c02/65816 socket on the F256.

Are these machines compatible with the C64? C128? Amiga? Atari-ST? IBM-PC?

  • No! This is not a MEGA65, a Vampire, or an Ultimate64. We already have those platforms. This is something new and different!

Are there emulators?

  • Yes! See the various platform specific wikis above.

Is the hardware "Open Source"?

  • The schematics for many models are available for download from https://www.c256foenix.com.
  • The FPGA code is presently closed-source to keep the platforms from becoming fragmented.

Are there any programming tutorials?

  • See the various platform specific wikis above.

Happy hacking!