scttgs0 / emuF256Jr

Emulation for the Foenix F256jr platform made by Foenix Retro Systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FoenixIDE

Development and Debugging Suite for the Foenix F256jr-family of Computers.

This is a virtual 65c02 powered computer. It is intended to be used as a software development tool and learning platform for assembly language and BASIC programming. The software will be released with an open source license and may be used for whatever purpose you want, including personal projects, education, and commercial use.

The F256jr is loosely based around the concept of the world's most popular computer, the Commodore 64. When you turn on the system, you see a BASIC screen, with the READY prompt. You can type in BASIC commands, enter programs, or load programs from disk, tape or cartridge.

The FoenixIDE attempt to replicate this experience on a modern computer: you will be able to write and run BASIC programs, assembler programs, and save programs to disk to trade with other people. The FoenixIDE features a 40-column text screen, several different graphic resolutions, and the ability to communicate with hardware and other computers through a virtual modem.

For more information on the project, go to C256 Foenix Computer.

The FoenixIDE is a work in progress.

The Foenix F256jr and its associated materials are owned by Stefany Allaire.

The FoenixIDE looks for kernel.hex and kernel.lst files in the ROMs folder collocated with the executable. Obtain the Kernel from the sister repository: https://github.com/Trinity-11/Kernel_FMX

License

Please see License.txt.

Contributed Code: code and data contributed to the Nu256 and/or Foenix F256jr projects may be shared without restriction. By contributing materials, you grant a non-exclusive license to the owners of both Nu256 and Foenix F256jr to use for for any purpose. You also certify that contributed works are free of third party Copyright and patent restrictions.

About

Emulation for the Foenix F256jr platform made by Foenix Retro Systems

License:GNU General Public License v3.0


Languages

Language:C# 100.0%