Teeside 2 68000 - douggilliland/Retro-Computers GitHub Wiki
- Hackaday Project page
- Built-on Video Display Unit (VDU)
- Color attributes
- XGA 80x25 ANSI character display
- Extended (256) character set
- ROM
- PS/2 keyboard
- 32KB SRAM
- 16KB ROM
- 0x000000 - 0x000007 = ROM Vectors (16-bits)
- 0x000008 - 0x007FFF = SRAM (16-bits)
- 0x008000 - 0x00BFFF = ROM (16-bits)
- 0x01004x - VDU base (A0 = 0) (8-bits)
- 0x01004x - ACIA base (A0 = 1) (8-bits)
- TSBUG2 Monitor
-
TUTORNEW - Enhancements to TUTOR?
- TS2BUG Commands List
- 2KB organized as 1Kx16
- Zero Wait-states
-
TUTOR - Tutor 1.3 Machine language monitor for the 68000 TS2 design
- 16KB organized as 8Kx16
- Zero Wait-states
- TUTOR Monitor
- 68000 running on Cyclone V card
- Running on RETRO-EP4CE15 card
- QM Tech Cyclone V FPGA Board
- 68000 running on Cyclone V card in box
- Running on RETRO-EP4CE15 card
- QM Tech Cyclone V FPGA Board
- Lee Davidson's Enhanced BASIC
-
TinyBASIC68 - Gordon Brandly's Tiny BASIC v1.0
- Copy/paste S1/S9 records from TBI68K.HEX into ACIA port
- JUMP 0900 to run
- Tiny Basic from MECB
- Includes LOAD and SAVE from/to the Serial port
- Type LOAD on VDU port
- MANDLEBRT.BAS
<video type="youtube">Fyjiv5ZqpRY</video>
- GCC_m68k-elf-toolchain
- SIERRA Compiler
- c_example
- SDCard - Test SD Card reads
- ExtRAMTest - Test the 1MB External SRAM on the RETRO-EP4CE15 card
- c_example - Code example
- objcopy docs
-
srecord docs
- p 26 is the docs for srec_cat
- Jeff Tranter's build (BLOG) - TS2 build
-
Educational Computer Board (MEX68KECB)
- TS2 compatible memory map
- Motorola MC68000 Software
- Motorola 680x0 Resources
- Linux-68k Build Environment - Build tools run under Linux