Skip to content

Releases: mikrosk/ct60tos

tos060.lzh 2.01 & tos_drivers.lzh 1.01

07 Jan 15:13
Compare
Choose a tag to compare
TOS060 2.01 & TOS Drivers 1.01

Fragments of flash.tos, flash.tos/tos and flash.tos/nonfree are kept as
is.

tos060.lzh 2.00 & tos_drivers.lzh 1.00

07 Jan 15:11
Compare
Choose a tag to compare
TOS060 2.00 & TOS Drivers 1.00

Fragments of flash.tos, flash.tos/tos and flash.tos/nonfree are kept as
is.

CT60e TOS 1.03c (aka CT60 TOS 1.03d)

10 Apr 02:44
Compare
Choose a tag to compare

Put together from Willy's http://jil.guru/files/20161207-progpack and http://jil.guru/32bit/CT60e. Basically flash060 is based on 2.01's flash060.prg, ct60conf.cpx is based on 1.04a's ct60conf.cpx and of course the TOS image is based on CT60 TOS 1.03c. All three components contain a small change, they check only for the lower 16-bit word of the flash ID (i.e.they aren't so picky about flash manufacturer).

This release contains the complete archive with updated both sources and binaries for all three components, other files are the same as found in the 1.03c release. You can use this archive also for the original CT60/63.

ct60_pci.lzh

03 Dec 04:04
Compare
Choose a tag to compare
2009-09-09 alpha 1.04

---------------------
- Add boot order menu if 'c' key is pressed after the Atari logo (file sdram.S).
- Add dump function with key 'm' after a crash, it's possible to add other functions in C with a call entry to the PCI drivers (file debug2.S).
- Add COLDFIRE target(s):
  * CPU test and init (sdram.S).
  * cf68klib (sdram.S, cf68klib.S).
  * Cache (xbios2.S, xbios2.S, gemdos2.S, magxboot.S).
  * PMMU (pmmu.S, pmmu2.c, sdram.S).
  * Cookies _CPU, _SND, _FPU, _SWI (cookies.S).
  * PCI BIOS (pci_bios.S, xbios2.S, xbios2.S).
  * Timers GPT (xbios2.S, xbios2.S).
  * VBL form SLT timer (xbios2.S).
  * Serial PSC0 (xbios2.S, xbios2.S).
  * IKBD from CAN or serial (xbios2.S, xbios2.S).
  * Parameters in Flash (xbios2.S, xbios2.S).
  * Backup NVM (SRAM) stored in flash (xbios2.S, xbios2.S).
  * MFP removed (mfp.S, xbios2.S).
  * PSG and MIDI removed (bios.S, xbios2.S).
  * DSP init removed (dsp.S).
  * Cartridge access removed (cartridge.S)
  * Virtual screen 640 x 400 x 2 (xbios2.S, xbios2.S).
  * Videl mode code test (videl.S, videl2.S).
  * HD vectors, removed floppy disk (boot.S).
  * Compact Flash booting and interface (sdram.S).
  * Debug (debug2.S).
  * Bios vectors auxistat, auxin, auxostat, auxout... (bios.S).
  * Conout serial redirection (bios2.S, conout.S).
  * Blitter and VDI removed (blitter2.S, xbios2.S).
  * Linux ataboot removed (sdram.S and link).
  * Minors changes inside aes.S, aes2.S, gemdos.S, movep2.S.
- Add CTPCI IDE selection (sdram.S).
- Removed CTCM half clock (sdram.S).
- Add entry point to the PCI drivers for replace set_video inside the AES (aes2.S).

ct60_pci.lzh

03 Dec 04:16
Compare
Choose a tag to compare
ct60_pci.lzh Pre-release
Pre-release
2005-11-01 pre-alpha 1.04

-------------------------
- Add bypass SDRAM test with memvalid, memval2, memval3 before PMMU init (file sdram.S).
- Add PCI BIOS (files pci_bios.S and xbios2.S).
- Add PCI drivers call, there are a test of the code '_PCI' at 0x00ED0000 for call the init of PCI devices at 0x00ED0004 (128KB), but also at 0x00EC0000 (192KB) and 0x00EB0000 (256KB).
- Add Bconout in 256 colors for PCI graphic card (file conout.S).
- Removed Atari logo when PCI graphic card is used (file blitter2.S).
- Fix page fault (invalid access) with 4MB STRAM cards between the end of the STRAM and the TOS 4.04 EPROM (file pmmu.c).
- Fix CPU frequency value in MHz * 10 inside the CT60 cookie (used by the CT60CONF.CPX).
- Flush cache during VDI function v_pline because sometimes this function crash the TOS with the SDRAM and the copyback cache (file cache.S).

ct60_404.lzh

03 Dec 04:08
Compare
Choose a tag to compare
2005-07-13 1.03c

----------------
- Add the CT60_BOOT_LOG parameter in flash for writes to boot.log the stdout of the AUTO folder files (file sdram.S).
- Add memvalid, memval2, memval3 test for the SDRAM init (files sdram.S and init_par.S).
- Fix for negative temperature (file xbios2.S).
- Fix CTCM frequency error (file sdram.S).