Search found 382 matches
- Thu Mar 16, 2023 11:26 am
- Forum: Professionals
- Topic: [Video] Attenuating the Falcon's cooling fan supply
- Replies: 0
- Views: 158
[Video] Attenuating the Falcon's cooling fan supply
Hi everyone. Here's a short little video of me measuring the current consumption of a noisy Falcon fan and attenuating its power supply a little to take the edge of things. This may be an alternative to simply cutting the wire -- which I know many do -- or seeking an expensive replacement. I obvious...
- Fri Mar 03, 2023 4:08 pm
- Forum: Hardware
- Topic: Enhanced/Improved ST motherboard - H5 Phoenix Project
- Replies: 24
- Views: 1381
Re: Enhanced/Improved ST motherboard - H5 Phoenix Project
It's a nice project and one that's a good complement to the MiniATX board. Together they cover most bases. I had no idea any of this existed - thanks for summarising. Question - Will we always need to have an existing STF case to put the motherboard in? Any plans to actually have this available as a...
- Fri Mar 03, 2023 2:30 pm
- Forum: Hardware
- Topic: [Video] STE DualTOS board & making ROMs
- Replies: 6
- Views: 313
Re: [Video] STE DualTOS board & making ROMs
Ah yes, quite right. I didn't mean to imply that combination. He offers 1.62/2.06 until current stocks are exhausted (I believe).
Thanks for all the good wishes, chaps.

BW
- Wed Mar 01, 2023 11:48 am
- Forum: Hardware
- Topic: [Video] STE DualTOS board & making ROMs
- Replies: 6
- Views: 313
Re: [Video] STE DualTOS board & making ROMs
nice and informative, I have one of these boards too, but haven't had the courage to try emutos on it yet, but now i'll have a go :) Cheers! If you can make the old Hitachi chips work, it makes things very flexible. They're not as fast as the modern Atmel ones, so won't work if you've coupled them ...
- Tue Feb 28, 2023 7:29 pm
- Forum: Hardware
- Topic: [Video] STE DualTOS board & making ROMs
- Replies: 6
- Views: 313
[Video] STE DualTOS board & making ROMs
Afternoon all, I've been a bit tied up with a new addition to the family of late, but what better thing to keep a baby entertained than soldering up an STE DualTOS board and showing her how to compile and burn EPROMs for it? Well, nothing, I say. Here's the result: thumb copy.jpeg https://youtu.be/j...
- Thu Feb 23, 2023 10:00 am
- Forum: Coding
- Topic: [A]tari [G]ame [T]ools - 2D prototyping engine for STE
- Replies: 586
- Views: 178353
Re: [A]tari [G]ame [T]ools - 2D prototyping engine for STE
...had a quick look at the repo and those changes are definitely there. So 'make disk1' should be enough for most of the samples. I *maybe* didn't finish converting all the demos but the examples were caught up. Very perplexing! I've just tried again from scratch and got it to work this time. Here'...
- Wed Feb 22, 2023 4:15 pm
- Forum: Coding
- Topic: [A]tari [G]ame [T]ools - 2D prototyping engine for STE
- Replies: 586
- Views: 178353
Re: [A]tari [G]ame [T]ools - 2D prototyping engine for STE
I'm hitting a similar problem (I thought I'd try it out
)
All from ste/mapmod.s
Brand new clone, so not stale objects.
I haven't found any of the tutorial, examples or demos to compile just yet.
Cheers,
BW

Code: Select all
Error: cannot export complex expression with unresloved symbol '_g_drawcontext'
Brand new clone, so not stale objects.
I haven't found any of the tutorial, examples or demos to compile just yet.
Cheers,
BW
- Fri Feb 10, 2023 10:02 am
- Forum: Coding
- Topic: Saving config within program itself
- Replies: 12
- Views: 646
Re: Saving config within program itself
For CPX, thats part of the interface. The CPX_Save function (provided by Xcontrol) saves whatever you pass to it to the start of the data section. Remember that CPX aren't even separate programs, but ar managed by xcontrol. Ah yeah. I thought it might be. Grr. https://i.kym-cdn.com/photos/images/ne...
- Thu Feb 09, 2023 3:01 pm
- Forum: Coding
- Topic: Saving config within program itself
- Replies: 12
- Views: 646
Re: Saving config within program itself
IIRC a lot of CPXs do this and it's quite annoying.
Anyone know how to load the Colour CPX without setting the previously saved values?
BW
Anyone know how to load the Colour CPX without setting the previously saved values?
BW
- Wed Feb 08, 2023 1:17 pm
- Forum: Applications
- Topic: uip-tool
- Replies: 324
- Views: 216533
Re: uip-tool
Hi Thorsten, Does a simple m68k-atari-mint-gcc hello.c work? Yikes! No, it doesn't! I've been using LibCMini a lot recently and must have broken my mintlib install somehow. My programs under developement and EmuTOS (none of which use mintlib, crucially) were working so I'd missed that. Thanks for th...
- Wed Feb 08, 2023 11:13 am
- Forum: Applications
- Topic: uip-tool
- Replies: 324
- Views: 216533
Re: uip-tool
Hi all, I'm trying to build uip-tools from source (latest commit, 3c5b538) and I keep hitting the following error: m68k-atari-mint-gcc -o /usr/src/uip-tool.build/netusbee/uip-tools/src/romtest.tos -m68000 -O3 -s /usr/src/uip-tool.build/netusbee/uip-tools/src/romport-speed.o /usr/lib/gcc/m68k-atari-m...
- Sat Jan 21, 2023 10:09 pm
- Forum: News & Announcements
- Topic: ScummVM/Falcon060 pre-release
- Replies: 180
- Views: 8870
Re: ScummVM/Falcon060 pre-release
Hi Mikro,
I know this is aimed at the 060, but I gave this a try with my 50MHz 030 board and am happy to report it works well, albeit obviously slowly.
Was able to commune with the dog in Monkey Island successfully.
Many thanks for this customised port.
BW
I know this is aimed at the 060, but I gave this a try with my 50MHz 030 board and am happy to report it works well, albeit obviously slowly.
Was able to commune with the dog in Monkey Island successfully.

Many thanks for this customised port.

BW
- Wed Jan 11, 2023 12:25 pm
- Forum: Coding
- Topic: ChatGPT writes a GEM program...
- Replies: 27
- Views: 1489
Re: ChatGPT writes a GEM program...
I reckon it's already doing better than me!SteveBagley wrote: ↑Wed Jan 11, 2023 10:03 am That’s the problem with ChatGPT and similar tools it appears to be correct until you look carefully… on top of what others have mentioned…
There’s no call to appl_init() for instance…

BW
- Sat Jan 07, 2023 9:45 pm
- Forum: Hardware
- Topic: PiStorm - Anyone had a play with this?
- Replies: 17
- Views: 3092
Re: PiStorm - Anyone had a play with this?
One step back but two *huge* steps forward with PiStormST today: it's running on more than just my machine!
https://twitter.com/thetechnoshed/statu ... 7744643075
More information over at the PiStorm Discord server.
BW
https://twitter.com/thetechnoshed/statu ... 7744643075
More information over at the PiStorm Discord server.
BW
- Mon Dec 19, 2022 9:56 am
- Forum: Hardware
- Topic: PiStorm - Anyone had a play with this?
- Replies: 17
- Views: 3092
- Sun Dec 18, 2022 1:59 pm
- Forum: Hardware
- Topic: PiStorm - Anyone had a play with this?
- Replies: 17
- Views: 3092
Re: PiStorm - Anyone had a play with this?
I've had some success with PiStorm since the last update here, but getting others working has been a problem -- it looks like I have tuned for only a single board. So I decided to build a new PiStorm & give it a different RasPi. thumb800.jpeg https://youtu.be/HbDN8R8AfHk It doesn't work, but I t...
- Fri Nov 18, 2022 9:58 pm
- Forum: Hardware
- Topic: Atari STe SD card reader on the Extended Joystick Port
- Replies: 116
- Views: 41153
Re: Atari STe SD card reader on the Extended Joystick Port
Hi Orion_, I've been watching this project for a while but only today decided to give this a try. First on my STE then on my Falcon. Writing is bit unreliable on the Falcon, but as a way to get software onto the system in an easily accessible Windows/Mac compatible media format, it's excellent. With...
- Thu Nov 17, 2022 11:10 pm
- Forum: Hardware
- Topic: esp8266 ESP-12f Nodemcu - help required.
- Replies: 5
- Views: 477
- Thu Nov 17, 2022 12:42 pm
- Forum: Hardware
- Topic: esp8266 ESP-12f Nodemcu - help required.
- Replies: 5
- Views: 477
Re: esp8266 ESP-12f Nodemcu - help required.
Does a 74ls244 need 5v OR can it run on the 3.3v from the Nodemcu? Datasheet actually says its a lower voltage than 5v, but I figured our MBs run at 5v so 5v it is?? Guess same question with the LEDs, I guess the value of the resistor and the voltage going to the led is going to determine how brigh...
- Mon Nov 07, 2022 2:58 pm
- Forum: Hardware
- Topic: New project: ATX motherboard for the Atari ST
- Replies: 219
- Views: 21491
Re: New project: ATX motherboard for the Atari ST
Yes, fantastic stuff!
- Sat Nov 05, 2022 2:31 pm
- Forum: Coding
- Topic: VDI questions
- Replies: 49
- Views: 2454
Re: VDI questions
Hi there. Unfortunately as it's working now, I don't see the issue any more -- if I can precipitate it again, I will do.

BW
- Sat Nov 05, 2022 1:03 pm
- Forum: Professionals
- Topic: Falcon or not Falcon
- Replies: 17
- Views: 1385
Re: Falcon or not Falcon
So far an '030 has proved beyond our enthusiastic FPGA designers, I believe, so yes, taking it out of the equation would reduce the complexity a lot. If you didn't need it to be cycle exact, I'd say it's eminently doable. It'd be like a hardware ARAnyM. :-) SuperVidel has shown that's possible, but ...
- Fri Nov 04, 2022 10:43 am
- Forum: Coding
- Topic: VDI questions
- Replies: 49
- Views: 2454
- Fri Nov 04, 2022 10:40 am
- Forum: Coding
- Topic: VDI questions
- Replies: 49
- Views: 2454
Re: VDI questions
I wouldn't call it a complete solution, but how's it look now? :-) Nice! What did you do? At some point, I was even about to put the blame on VISION itself about bad icon rendering ;-) Cheers, Jean Thanks Jean, but it's actually a different project -- that's a proper 16-bit screen and Vision is qui...
- Fri Nov 04, 2022 10:36 am
- Forum: Coding
- Topic: VDI questions
- Replies: 49
- Views: 2454
Re: VDI questions
Probably I'm getting something totally wrong... but I would like to understand this, anyway. You probably missed Badwolf's switch from the 3x2x2 (8 bit - 256 colour) hardware originally discussed to the PiStorm-based 16-bit HDMI graphics halfway down the page? That last screenshot is indeed 16-bit ...