Skip to content

mausimus/atre

Repository files navigation

atre

Simple 8-bit Atari platform (XL/XE) emulator in C++

Features

  • Full MOS 6502 CPU emulation
  • Graphics/IO hardware registers emulation
  • boots original Atari XL OS
  • runs Atari BASIC
  • passes Self Test
  • runs a few classic games

Only the necessary features to run the above have been implemented, the project doesn't aspire to compete with any well-established emulators!

Feel free to try running your favourite game and enhancing the emulator to do so correctly.

Screenshots

Original BASIC

screenshot

Self-Test

screenshot

Classic Game

screenshot

Debugger

screenshot

Code

Cross-platform C++ 17 using SDL2 for graphics and IO, tested on:

  • g++ 8 on Ubuntu 18.04
  • clang++ 6.0 on Ubuntu 18.04
  • MSVC++ 14.16 (VS 2017) on Windows 10 1809

In order to start the emulator you will need an Atari OS ROM and either the BASIC ROM or a external game ROM (cartridge). Type help in the debugger window for more info. No ROMs included in this repository!

Tested primarily with Atari XL/XE ROM Rev 2 (MD5: 06daac977823773a3eea3422fd26a703) and BASIC ROM Rev B (MD5: 04ea6a4e386601445ca5bfc8e37fb620). Once you are in BASIC type "BYE" to enter Self-Test.

Thanks

Big thanks in particular to:

About

8-bit Atari XL/XE platform emulator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published