Actually ... @Icky looking back a few posts here viewtopic.php?p=84668#p84668 you did the alt-ram driver ?
EDIT: found the PRG ! :yay:
and....
:girldance: :girldance:
Now where's my 16mhz booster....
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
BOOKMARK THIS PAGE !
https://www.exxosforum.co.uk:8085/IP_CHECK/
You can unban yourself if needed. It also sends me reports to investigate the ban.
https://www.exxosforum.co.uk:8085/IP_CHECK/
You can unban yourself if needed. It also sends me reports to investigate the ban.
DO NOT USE MOBILE / CGNAT DEVICES WHERE THE IP CHANGES CONSTANTLY!
At this time, it is unfortunately not possible to whitelist users when your IP changes constantly.
You may inadvertently get banned because a previous attack may have used the IP you are now on.
So I suggest people only use fixed IP address devices until I can think of a solution for this problem!
At this time, it is unfortunately not possible to whitelist users when your IP changes constantly.
You may inadvertently get banned because a previous attack may have used the IP you are now on.
So I suggest people only use fixed IP address devices until I can think of a solution for this problem!
Flashy Clock - Yet another DEV board
-
exxos
- Site Admin

- Posts: 27960
- Joined: 16 Aug 2017 23:19
- Location: UK
Re: Flashy Clock - Yet another DEV board
You do not have the required permissions to view the files attached to this post.
-
JezC
- Posts: 2753
- Joined: 28 Aug 2017 23:44
Re: Flashy Clock - Yet another DEV board
Cool... I think I registered interest in one of these way back so would be great to actually get one!
:D
:D
-
Badwolf
- Site sponsor

- Posts: 3016
- Joined: 19 Nov 2019 12:09
Re: Flashy Clock - Yet another DEV board
Oh good. You had me racking my brain as I didn't remember it!exxos wrote: 02 Feb 2026 21:04 Actually ... @Icky looking back a few posts here viewtopic.php?p=84668#p84668 you did the alt-ram driver ?
EDIT: found the PRG ! :yay:
BW
DFB1 Open source 50MHz 030 and TT-RAM accelerator for the Falcon
Smalliermouse ST-optimised USB mouse adapter based on SmallyMouse2
FrontBench The Frontier: Elite 2 intro as a benchmark
Smalliermouse ST-optimised USB mouse adapter based on SmallyMouse2
FrontBench The Frontier: Elite 2 intro as a benchmark
-
exxos
- Site Admin

- Posts: 27960
- Joined: 16 Aug 2017 23:19
- Location: UK
Re: Flashy Clock - Yet another DEV board
Was trying yesterday to give the clock running at 16mhz.. But ended up with odd issues like this..
I also think there is a missing pull-up on the 16mhz booster causing floppy issues. This was even more problematical because it seems the ZIF socket I had in my H5 for testing 1772 chips was also causing floppy issues :roll: so I should probably look for a better ZIF socket...
Next problem is the JTAG adapter which @Icky somehow lite up bright orange when I think I plugged it in wrong.. Looks like a track got a tad on the warm side..
So while I was at my girlfriends today, doing the monthly ASDA shop... I was stood there staring into space, as one does in such situations, and some something struck me.. ( no it wasn't my girlfriend throwing a tin of beans at me for not paying attention and putting it in the trolley ).. I realised I had some logic which would work fine at 8mhz but not 16mhz.. I'm not sure why that logic was there, but it was slowing down the flashyclock bus enable buffers :shrug: so anyway.. we now running 16mhz !
I also think there is a missing pull-up on the 16mhz booster causing floppy issues. This was even more problematical because it seems the ZIF socket I had in my H5 for testing 1772 chips was also causing floppy issues :roll: so I should probably look for a better ZIF socket...
Next problem is the JTAG adapter which @Icky somehow lite up bright orange when I think I plugged it in wrong.. Looks like a track got a tad on the warm side..
So while I was at my girlfriends today, doing the monthly ASDA shop... I was stood there staring into space, as one does in such situations, and some something struck me.. ( no it wasn't my girlfriend throwing a tin of beans at me for not paying attention and putting it in the trolley ).. I realised I had some logic which would work fine at 8mhz but not 16mhz.. I'm not sure why that logic was there, but it was slowing down the flashyclock bus enable buffers :shrug: so anyway.. we now running 16mhz !
You do not have the required permissions to view the files attached to this post.
-
exxos
- Site Admin

- Posts: 27960
- Joined: 16 Aug 2017 23:19
- Location: UK
Re: Flashy Clock - Yet another DEV board
First test run. Simple program which gets the RTC time & date. This will be used to set the system time as control panel won't be compatible with the RTC.
You do not have the required permissions to view the files attached to this post.
-
ijor
- Posts: 813
- Joined: 30 Nov 2018 20:45
Re: Flashy Clock - Yet another DEV board
Plugging that non-keyed JTAG connector is my worst nightmare! I always fear I am plugging it the wrong way. I keep a couple of pictures with the right orientation to be sure :)exxos wrote: 04 Feb 2026 19:38 Next problem is the JTAG adapter which @Icky somehow lite up bright orange when I think I plugged it in wrong.. Looks like a track got a tad on the warm side..
http://github.com/ijor/fx68k 68000 cycle exact FPGA core
FX CAST Cycle Accurate Atari ST core
http://pasti.fxatari.com
FX CAST Cycle Accurate Atari ST core
http://pasti.fxatari.com
-
exxos
- Site Admin

- Posts: 27960
- Joined: 16 Aug 2017 23:19
- Location: UK
Re: Flashy Clock - Yet another DEV board
Yeah I took some pictures as well now :)ijor wrote: 09 Feb 2026 14:21 Plugging that non-keyed JTAG connector is my worst nightmare! I always fear I am plugging it the wrong way. I keep a couple of pictures with the right orientation to be sure :)
-
agranlund
- Site sponsor

- Posts: 1706
- Joined: 18 Aug 2019 22:43
- Location: Sweden
Re: Flashy Clock - Yet another DEV board
I don't know if this helps at all, and I don't remember much of that code, but this is something I wrote for myself when I installed an incompatible RTC in my ST:exxos wrote: 09 Feb 2026 13:53 First test run. Simple program which gets the RTC time & date. This will be used to set the system time as control panel won't be compatible with the RTC.
https://github.com/agranlund/rtc
core.s is the generic and hardware agnostic code.
Updates the Gemdos time at startup and hooks xbios get/set time functions. Stuff like control panel and other things will then work.
dallas.s is for the specific rtc I used and will not be of use for you other than perhaps as an example.
but it seems I made a "template.s" to use as a template for when making a driver for some other rtc.
-
exxos
- Site Admin

- Posts: 27960
- Joined: 16 Aug 2017 23:19
- Location: UK
Re: Flashy Clock - Yet another DEV board
Yeah I think something is "broken" in TOS and needs a patch to work properly.. that seems to be the conclusion here..agranlund wrote: 09 Feb 2026 21:54 I don't know if this helps at all, and I don't remember much of that code, but this is something I wrote for myself when I installed an incompatible RTC in my ST:
https://github.com/agranlund/rtc
viewtopic.php?p=139580#p139580
Its impossible to set the year.
I half recall @Icky might have been doing some related work in TOS a long time ago.. But im using the DS12885, same as in the falcon RTC. Maybe something in TOS is already patched to take care of this.. but ive zero idea how to create xbios hooks anyway.
EDIT:
Your code sort of looks patchable as it lists routines for your RTC chip, but would be "simple" to patch in my RTC read code in there.. beyond that.. no idea.. I suppose it depends if it will compile with devpac as well ?
-
agranlund
- Site sponsor

- Posts: 1706
- Joined: 18 Aug 2019 22:43
- Location: Sweden
Re: Flashy Clock - Yet another DEV board
I recall scratching my head about that and in the end needed to have it first update the Gemdos time and then hook the xbios get/set for the stuff to work and for gemdos and xbios to both agree about what time it is. or something like that..exxos wrote: 09 Feb 2026 22:01 Your code sort of looks patchable as it lists routines for your RTC chip, but would be "simple" to patch in my RTC read code in there.. beyond that.. no idea.. I suppose it depends if it will compile with devpac as well ?
Yep, it should be fairly easy to slot in only what is specific for some other chip in a copy of template.s
Or at least that was the idea.
And I believe I built that stuff with Devpac3.
For the dallas program you simply build dallas.s as it includes core.s.
It should be the same for template.s.
Who is online
Users browsing this forum: CCBot and 63 guests