Home » RBC Forums » General Discussion » CB030, A 68030 SBC for hobbyists
Re: CB030, A 68030 SBC for hobbyists [message #10530 is a reply to message #10375] |
Tue, 05 December 2023 15:09  |
mikesmith
Messages: 80 Registered: March 2018
|
Member |
|
|
Apologies @coolbear, work and other hobbies took over and I haven't had time to keep in touch. Some of that pressure is off, so hopefully I can spend a little more time tinkering with retro stuff again.
I'm sorry I don't have much in the way of suggestions for getting the tools running on anything other than macOS; I will take a stab at getting a Windows system up and see if I can come up with a recipe, but someone more familiar with the platform is likely to be more useful there. In theory modern Windows should still run older stuff, as long as you can find / install the required runtime libraries.
To some of the other questions:
Quote:
I am setting up the OS9 68K SDK v12 compile package. I have unzipped os9_68k_sdk_v12.zip and put the contents in "M:\MWOS".
Do I put the contents of os9-m68k-ports-main.zip in M:\MWOS as well?
You can check out the ports repo more or less anywhere, but make sure that there are no spaces in any of the parent directory names. Using the zip archives is less than ideal, as it makes it very hard for you to keep track of your own changes at the same time as taking in new changes that might happen upstream.
Quote:
I want to copy the CB030 folder to Tiny68K folder and try to port it, of course, to the Tiny68K, MB012 and T68KRC boards. Anything special I need to know about making these changes. I have never done this before so please include every little detail if possible.
That would be essentially the same as doing the work from scratch... but off the top of my head, you would want to at least:
- adjust ROM_CBOOT/sysinit.a to perform the correct (possibly minimal) early startup tasks
- adjust the bootfile lists to select the correct kernel and other system modules
- adjust systype.d to select the correct CPU type, I/O addresses, vectors, CFIDE configuration, etc.
- write a new ticker driver to use the 68681 timer and sort out any conflicts with the (nigh-unreadable) OS-9 68681 serial driver
- adjust the RTC driver as required; either to stub it out so that the system will prompt for the time / date at bootup, or to read the time/date from some other RTC of your choosing (IIRC there are issues with Bill's board layout that make the tiny68k onboard RTC non-functional, you could use the RTC he designed for CB030).
- adjust the bootfiles and probably other Makefiles so that only the bootloader goes in the serial ROM
- add new disk image generation logic / config as required to build a bootable CF image
There's probably more; I am still paging all of this back in. I have a sneaking suspicion that I convinced myself that using the '681 timer for the ticker was going to cause problems, but I don't see it in my notes and it's not immediately obvious what it would be, so it might? work.
Quote:
Would one of the "Frugal RAM/ROM 512K" or the "Improved 512K RAM/ROM" RC boards and my MB012 board with 2 RC slots be enough to boot OS9 68K from the flash memory and be up and running to access the OS9 filesystem on the CF Card?
I would expect that a basic MB012 would be plenty to run OS-9, without needing any additional memory boards. It'd need a little tinkering to get there from a tiny68k port, and it would have the same basic set of prerequisites.
Quote:
Does the OS9 port require any hardware mods - notably the 16-bit CF mods?
What about the timer?
You need the 100Hz tick version of the CPLD. It's best to have one of Bill's realtime clock modules, since OS-9 likes to know the time / date at boot.
The CB030 port configures the CF driver in 8-bit mode. I don't know if this would conflict with the 16bit mod, I don't think I ever looked to see.
Hopefully this helps a little. I will probably have more to share in a bit when I have refreshed everything and got myself up and going again.
[Updated on: Tue, 05 December 2023 22:12] Report message to a moderator
|
|
|
 |
|
CB030, A 68030 SBC for hobbyists
By: plasmo on Sat, 18 January 2020 09:44
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: rwiker on Sun, 19 January 2020 00:27
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Sun, 19 January 2020 04:35
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Sun, 19 January 2020 06:05
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: jcoffman on Mon, 20 January 2020 10:24
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Mon, 20 January 2020 20:39
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: jcoffman on Tue, 21 January 2020 12:47
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Thu, 23 January 2020 20:17
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: rwiker on Fri, 24 January 2020 00:23
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: tobster on Fri, 24 January 2020 00:25
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Fri, 24 January 2020 07:05
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: lowen on Fri, 24 January 2020 19:21
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Fri, 24 January 2020 21:15
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: rwiker on Sat, 25 January 2020 01:07
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: UhClem on Fri, 07 February 2020 17:19
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Thu, 06 February 2020 19:14
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Fri, 07 February 2020 10:22
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Sat, 08 February 2020 06:36
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Thu, 27 February 2020 20:29
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: rwiker on Sat, 29 February 2020 08:31
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Sat, 29 February 2020 19:02
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: mikemac on Mon, 02 March 2020 16:57
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Mon, 02 March 2020 17:51
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Mon, 02 March 2020 19:24
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: mikemac on Mon, 02 March 2020 20:33
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: mikemac on Mon, 02 March 2020 21:44
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Mon, 02 March 2020 20:58
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: mikemac on Mon, 02 March 2020 21:53
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Tue, 03 March 2020 07:17
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: mikemac on Tue, 03 March 2020 07:28
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Tue, 03 March 2020 07:52
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: mikemac on Tue, 03 March 2020 08:56
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: mikemac on Wed, 04 March 2020 19:05
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Wed, 04 March 2020 19:30
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: mikemac on Thu, 05 March 2020 08:39
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: mikemac on Thu, 05 March 2020 13:57
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Thu, 05 March 2020 20:20
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: mikemac on Thu, 05 March 2020 17:59
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Thu, 05 March 2020 20:35
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Thu, 05 March 2020 21:19
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: mikemac on Thu, 05 March 2020 23:07
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: mikemac on Fri, 06 March 2020 15:34
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Fri, 06 March 2020 15:49
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: mikemac on Fri, 06 March 2020 15:56
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: mikemac on Fri, 06 March 2020 16:02
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Fri, 06 March 2020 16:31
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: mikemac on Fri, 06 March 2020 16:34
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Fri, 06 March 2020 17:09
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: mikemac on Fri, 06 March 2020 19:18
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Fri, 06 March 2020 20:06
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: mikemac on Fri, 13 March 2020 14:43
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Fri, 13 March 2020 18:05
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: mikemac on Sat, 14 March 2020 15:39
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Sun, 15 March 2020 07:39
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: mikemac on Sun, 15 March 2020 10:07
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: mikemac on Thu, 05 March 2020 08:44
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: mikemac on Sun, 15 March 2020 10:12
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Sun, 15 March 2020 11:37
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: mikemac on Sun, 15 March 2020 16:13
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Sun, 15 March 2020 19:35
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: mikemac on Sun, 15 March 2020 21:31
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Mon, 16 March 2020 06:59
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: mikemac on Mon, 16 March 2020 08:57
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: mikemac on Mon, 16 March 2020 21:29
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Tue, 17 March 2020 06:29
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: mikemac on Tue, 17 March 2020 07:51
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Tue, 17 March 2020 08:28
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: mikemac on Tue, 17 March 2020 09:18
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Tue, 17 March 2020 09:55
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: mikemac on Tue, 17 March 2020 10:44
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: mikemac on Tue, 17 March 2020 15:13
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: mikemac on Tue, 17 March 2020 15:53
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Tue, 17 March 2020 18:28
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: mikemac on Fri, 27 March 2020 11:57
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: tingo on Fri, 27 March 2020 15:45
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: mikemac on Sat, 28 March 2020 09:35
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: mikemac on Sat, 28 March 2020 17:16
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: mikemac on Sat, 28 March 2020 18:32
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Sat, 28 March 2020 18:35
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: mikemac on Sat, 28 March 2020 19:15
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Sat, 28 March 2020 19:26
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: mikemac on Sat, 28 March 2020 20:29
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Sat, 28 March 2020 20:47
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: mikemac on Sat, 28 March 2020 21:43
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: mikemac on Thu, 02 April 2020 09:00
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Thu, 02 April 2020 19:21
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Thu, 02 April 2020 19:35
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Thu, 02 April 2020 19:40
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: mikemac on Thu, 02 April 2020 19:41
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Thu, 02 April 2020 20:13
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Wed, 08 April 2020 11:34
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: mikemac on Wed, 08 April 2020 12:02
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Wed, 08 April 2020 16:31
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Wed, 08 April 2020 16:47
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Wed, 08 April 2020 16:22
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Thu, 09 April 2020 20:08
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: mikemac on Thu, 09 April 2020 20:58
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: mikemac on Thu, 09 April 2020 21:06
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Fri, 10 April 2020 06:51
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Fri, 10 April 2020 07:54
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Sat, 11 April 2020 06:55
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Sun, 12 April 2020 04:28
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: mikemac on Fri, 17 April 2020 21:47
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Tue, 16 June 2020 20:08
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Wed, 17 June 2020 17:47
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Thu, 18 June 2020 17:35
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Sun, 21 June 2020 19:47
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Wed, 24 June 2020 17:31
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: mikemac on Wed, 24 June 2020 22:37
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: mikemac on Wed, 01 July 2020 08:27
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Thu, 09 April 2020 20:17
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Thu, 02 July 2020 04:26
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Sun, 05 July 2020 04:20
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Sun, 12 July 2020 13:17
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Tue, 14 July 2020 18:07
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: mikemac on Wed, 15 July 2020 14:51
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: mikemac on Thu, 16 July 2020 18:03
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: Yves-D. on Wed, 08 July 2020 11:52
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: Yves-D. on Wed, 08 July 2020 11:58
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Thu, 09 July 2020 05:07
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: Yves-D. on Mon, 10 August 2020 04:29
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: mikemac on Mon, 10 August 2020 12:29
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Wed, 12 January 2022 21:12
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Fri, 28 January 2022 07:40
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Mon, 01 August 2022 03:14
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: e2k on Mon, 01 August 2022 10:58
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Sat, 27 August 2022 18:47
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Mon, 29 August 2022 19:19
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Mon, 12 September 2022 13:59
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: mikesmith on Tue, 13 September 2022 11:31
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: mikesmith on Tue, 13 September 2022 16:54
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Tue, 14 March 2023 13:30
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Wed, 15 March 2023 06:45
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Wed, 15 March 2023 17:23
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
 |
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Thu, 30 March 2023 17:58
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Fri, 12 August 2022 09:33
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Sun, 14 August 2022 19:11
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Mon, 15 August 2022 19:29
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Tue, 16 August 2022 13:18
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: Yves-D. on Thu, 18 August 2022 23:26
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Sun, 21 August 2022 05:37
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Mon, 22 August 2022 16:24
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: e2k on Mon, 22 August 2022 23:33
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: e2k on Wed, 24 August 2022 22:53
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Tue, 02 August 2022 04:21
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Tue, 02 August 2022 14:51
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Wed, 03 August 2022 11:59
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Thu, 04 August 2022 18:37
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Fri, 05 August 2022 16:47
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Sat, 06 August 2022 17:16
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Mon, 08 August 2022 18:18
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: simonj5 on Wed, 10 August 2022 01:38
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Wed, 10 August 2022 15:20
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Fri, 12 August 2022 09:39
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
By: plasmo on Tue, 20 June 2023 11:42
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
 |
|
Re: CB030, A 68030 SBC for hobbyists
|
Current Time: Sun Sep 28 23:55:49 PDT 2025
Total time taken to generate the page: 0.40110 seconds
|