Difference between revisions of "Main Page"
Jump to navigation
Jump to search
m (→Getting Started) |
m (→Technical Documentation) |
||
Line 22: | Line 22: | ||
== Technical Documentation == | == Technical Documentation == | ||
* [[GABE]] System / IO / Sound Chip Controller | * [[GABE]] System / IO / Sound Chip Controller | ||
− | * [[VICKY]] (C256 Foenix) | + | * [[VICKY]] Graphics Engine (C256 Foenix) |
− | * [[VICKY II]] (Foenix FMX) | + | * [[VICKY II]] Graphics Engine (Foenix FMX) |
Revision as of 23:05, 14 February 2020
Contents
C256 FOENIX (FMX) WIKI
SYSTEM SPECIFICATIONS
The System is composed of 4 major blocks:
- CPU: WDC 65C816 @ 14.318Mhz (Running @ 3.3V)
- MEMORY: 8MBytes of Static RAM @ 10ns, 512K NOR Flash @ 55ns
- GRAPHIC: VICKY & VICKY II Graphic Chipset - 800x600@60FPS, 400x300@60FPS, 640x480@60FPS, 320x240@60FPS @ 256Colors (1 Byte Per pixel), Includes Sprites, Tiles, Text Mode, DVI/VGA Output
- SYSTEM, IO, SOUND: GABE System / IO / Sound Chip Controller Chipset - Manages 1x OPL3, 1x OPN2, 1x OPM, 1x SN76489, Gideon's 16 Voice FPGASID, 16Bit Stereo CODEC
For a complete list of features, see SYSTEM FEATURES.
Getting Started
Sample Assembly Program: Hello, World!