You will not be able to post if you are still using Microsoft email addresses such as Hotmail etc
See here for more information viewtopic.php?f=20&t=7296
See here for more information viewtopic.php?f=20&t=7296
TF534 + Mem68k
Moderators: terriblefire, Terriblefire Moderator
Re: TF534 + Mem68k
is possible to buy somewhere this Mem68k ?
-
- Posts: 41
- Joined: Sun Mar 24, 2019 2:19 pm
Re: TF534 + Mem68k
I bought some back in January from the developer on eBay.
https://www.ebay.co.uk/sch/mklfi/m.html ... pg=&_from=
https://www.ebay.co.uk/sch/mklfi/m.html ... pg=&_from=
Re: TF534 + Mem68k
Hi. I'm the one making and selling these, although I have little DRAM chips left. Some amount of v67 pcbs are left.
Re: TF534 + Mem68k
Is the 68030 on TF able to cache any of the 16-bit ram? Or the KS-ROM?
-
- Admin sponsor
- Posts: 5630
- Joined: Mon Aug 28, 2017 10:56 pm
- Location: Glasgow, UK
Re: TF534 + Mem68k
By default is doesnt because it caused issues when caching chip ram (or 24 bit DMA area). But you can reprogram the cache control lines in verilog if you wanted to.Its as is is for compatibility purposes.
Personally dont think the cache on the 030 gives you much.
———
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
Re: TF534 + Mem68k
If it could make the "programmed IO" IDE transfer code loop run from cache and thus get speed on MMUless (no relocation of KS to fastest RAM) 68EC030?
-
- Admin sponsor
- Posts: 5630
- Joined: Mon Aug 28, 2017 10:56 pm
- Location: Glasgow, UK
Re: TF534 + Mem68k
Thats a pretty specific optimization for a single kickstart though? i'd rather let people customize as required. MMU 030s are really cheap too. like $9.
———
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
Re: TF534 + Mem68k
I had 68EC030 (RP40) in mind because I bought 4 pcs cheap on ebay auction.
Running code loops from preloaded instruction cache, I think, would be much faster than loading every instruction word from slow memory every time.
Running code loops from preloaded instruction cache, I think, would be much faster than loading every instruction word from slow memory every time.