1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-25 18:30:07 +00:00

Updated: there is some ST emulation here now.

This commit is contained in:
Thomas Harte 2019-11-09 16:18:29 -05:00
parent 837dfd1ab8
commit 0bf61c9c99

View File

@ -1,4 +1,13 @@
THIS EMULATOR DOES NOT EMULATE THE ATARI ST.
# Emulation
ROM files would ordinarily go here; the copyright status of these is uncertain so they have not been included in this repository.
Expected files:
tos100.img; a 196kb image of the UK Atari ST TOS 1.00 ROM.
# Test Cases.
Included here are Atari ST-targeted versions of EmuTOS, being a significant chunk of freely available and redistributable 68000 code that can be used to test the 68000-in-progress.