|
Re: Rosco M68K builders [message #9953 is a reply to message #8067] |
Wed, 08 June 2022 09:18   |
tingo
Messages: 115 Registered: February 2017 Location: Oslo, Norway
|
Senior Member |
|
|
Late, but still: yes, I recently built a Classic v2.x kit. Currently looking for software; neither cp/m-68k nor EmuTOS is ported yet. Are there any guides / detailed descriptions around on how to port cp/m-68k to a new board?
Torfinn
|
|
|
|
Re: Rosco M68K builders [message #10064 is a reply to message #9958] |
Mon, 08 August 2022 12:02   |
tingo
Messages: 115 Registered: February 2017 Location: Oslo, Norway
|
Senior Member |
|
|
FWIW, EmuTOS now runs on the rosco_m68k. Command line only, and doesn't run on the '020 rosco variants yet. Nope, I didn't have a hand in this fine work, I'm just a user here.
________________________________________
EmuTOS Version: VERSION_1_1-327-ga1a6c2d4
CPU type: M68010
Machine: ROSCO M68K Classic V2
ST-RAM: 704 KB
GEMDOS drives: CD
Boot time: 2022/06/20 00:00:00
________________________________________
Hold <Control> to skip AUTO/ACC
Hold <Alternate> to skip HDD boot
Press key 'X' to boot from X:
Press <Esc> to run an early console
Hold <Shift> to pause this screen
Welcome to EmuCON2 version VERSION_1_1-327-ga1a6c2d4
Type HELP for builtin commands
C:\>version
0.20
C:\>ls
AHCCST.BIN BIN EMUTOS.SYS
HELLO MAN ROSCODE1.BIN
FSEVEN~1
Torfinn
|
|
|
|
Re: Rosco M68K builders [message #10068 is a reply to message #10065] |
Tue, 09 August 2022 20:25   |
mikesmith
Messages: 80 Registered: March 2018
|
Member |
|
|
I've looked at it a few times, and had it mostly running on the Tiny68k. The hardest part IIRC was the relatively deep entanglement with the ST's mc68901 for timer services in the BIOS code, most of the rest of it was pretty straightforward. Vincent and the gang were helpful, and the community as a whole is still quite active.
[Updated on: Tue, 09 August 2022 20:40] Report message to a moderator
|
|
|
|
|
|
|
Re: Rosco M68K builders [message #10531 is a reply to message #10184] |
Tue, 05 December 2023 15:20   |
mikesmith
Messages: 80 Registered: March 2018
|
Member |
|
|
I made a quick / minimal port of Micropython to the Rosco v2.1 board. It's untested at this point and I'm wondering if there's anyone interested in this.
A few things that might make it more useful:
- better integration with the ROM system calls
- bit-bang SPI support for e.g. SDcard integration, and all the related filesystem stuff
- some minimal startup / library support so that you can e.g. blink an LED
- support for being built for either serial upload or flashing
- support for the second DUART channel
- support for the new FPGA video hardware when it arrives
Would love to hand this off or collaborate with someone to make it more useful...
https://github.com/John-Titor/micropython/tree/m68k
[Updated on: Tue, 05 December 2023 15:24] Report message to a moderator
|
|
|
|
|
|
|