Search found 165 matches
- Mon Jan 25, 2021 8:47 am
- Forum: Applications
- Topic: ISA (Panther/2) Plug and Play tool
- Replies: 2
- Views: 262
ISA (Panther/2) Plug and Play tool
Somehow it came to me, I sat down and wrote :) When we do not have a network card with jumpers, but we need to set I / O and IRQ. First run: searching for cards, reading their resources and saving to a file. Some examples. a) 2 slots (Intel and Davicom) http://artik-wroc.pl/pliki/pnp/pnp1.jpg b) 1 s...
- Sun Jan 10, 2021 2:10 pm
- Forum: GFA BASIC
- Topic: Float variable
- Replies: 4
- Views: 318
Re: Float variable
That's what I did, but it's "not aesthetic"

My point is that the number should be shown correctly.
- Sun Jan 10, 2021 12:15 pm
- Forum: GFA BASIC
- Topic: Float variable
- Replies: 4
- Views: 318
Float variable
3.6TT version.
How to get a variable of type "unsigned long", so that the instance BSET(a,32) does not change the sign of the number?
When this bit is changed in float variable, the number is negative.
How to get a variable of type "unsigned long", so that the instance BSET(a,32) does not change the sign of the number?
When this bit is changed in float variable, the number is negative.
- Sun Dec 27, 2020 6:39 pm
- Forum: C / PASCAL etc.
- Topic: STING NE2000 driver
- Replies: 14
- Views: 1183
Re: STING NE2000 driver
outb_p(E8390_NODMA + E8390_PAGE1, ioaddr + E8390_CMD) So much is in the original code. And then reading from registers. Theoretically there should be an address there, but maybe other steps are needed. "PAR0-5: Physical Address Registers (01H - 06H; Type=R/W in Page1) These registers contain my Ethe...
- Sun Dec 27, 2020 1:25 pm
- Forum: C / PASCAL etc.
- Topic: STING NE2000 driver
- Replies: 14
- Views: 1183
Re: STING NE2000 driver
I tried to adapt part of the Linux test program for NE2000 cards (ne2k_diag). To make it more interesting, the program is written in GFA Basic :) It recognizes the card properly, but the MAC address is incorrect. When the driver (STING) is loaded everything is fine (I think). without driver http://a...
- Sun Dec 20, 2020 5:48 pm
- Forum: C / PASCAL etc.
- Topic: STING NE2000 driver
- Replies: 14
- Views: 1183
Re: STING NE2000 driver
Successfully compiled under bash / MiNT. The reason, as usual, is trivial. 1) remove * .o files 2) in lines referring to programs (Devpac, TC) - slash 3) lines with "MV" - backslash or vice versa :) I used the package from . EDIT: The driver for Panther/2 is identical to the one for Hades. The only ...
- Sat Dec 19, 2020 1:04 pm
- Forum: C / PASCAL etc.
- Topic: STING NE2000 driver
- Replies: 14
- Views: 1183
Re: STING NE2000 driver
There is also a version for Magic (not tested).
EDIT: works, checked
1,1MB file download:
a) TOS, Litchi - 1:03 (polling)
b) Magic, aFTP - 0:12 (polling)
c) MiNT, aFTP - 0:06 (interrupt)
EDIT: works, checked

1,1MB file download:
a) TOS, Litchi - 1:03 (polling)
b) Magic, aFTP - 0:12 (polling)
c) MiNT, aFTP - 0:06 (interrupt)
- Sat Dec 19, 2020 11:53 am
- Forum: C / PASCAL etc.
- Topic: STING NE2000 driver
- Replies: 14
- Views: 1183
Re: STING NE2000 driver
Success, it worked. I tried Turbo C and Pure C, but The mupffel worked and everything went smoothly. Once I was sure the compilation went well for NetUSBee, I was able to take the next step and compile the package for Hades, with the Panther/2 fixes. Now you can use the NE2000 ISA cards with the Pan...
- Fri Dec 18, 2020 10:47 am
- Forum: C / PASCAL etc.
- Topic: STING NE2000 driver
- Replies: 14
- Views: 1183
STING NE2000 driver
I want to compile the driver for Netusbee under 68000 from source: http://web222.webclient5.de/prj/atari/download/etherne.zip but the makefile is there and it's all based on Mupfel shell. I was able to do this under MiNT / bash, but the resulting driver does not work (maybe it is a question of the p...
- Tue Dec 15, 2020 7:59 pm
- Forum: Professionals
- Topic: SMC_TT Network MiNT Driver ...
- Replies: 11
- Views: 6877
Re: SMC_TT Network MiNT Driver ...
Closing the topic (for the moment). Order of programs in AUTO folder: - P2INT.PRG (program initiates Panther/2 interrupt handling), needed to recognize which card / GAL Tseng or ATI - INETCUST.PRG - SMCLANCE.PRG - TUWTCP.PRG The INETCUST.INF file must be edited depending on the ST. The files in the ...
- Fri Nov 20, 2020 3:21 pm
- Forum: Hardware
- Topic: Atari Riebl network card schematics
- Replies: 1
- Views: 263
Re: Atari Riebl network card schematics
I wrote about it on my website once :) "Riebl cards in MegaBus version do not work with TOS 2.06! The addresses used by the card are occupied by this system (bombs are falling). The solution to the problem is to replace A20 and A21 on the RIEBL card. So swapping pins 30 and 34. The connector of the ...
- Sat Jul 04, 2020 8:58 pm
- Forum: Professionals
- Topic: SMC_TT Network MiNT Driver ...
- Replies: 11
- Views: 6877
Re: SMC_TT Network MiNT Driver ...
The SMC card can also be used on ST with Panther / 2 adapter. A few more corrections and it should work fine. I do not know the C language, much less assembler, but step by step and I succeeded :lol: http://atari.wroclaw.pl/pliki/smc1.jpg XBRA http://atari.wroclaw.pl/pliki/smc2.jpg http://atari.wroc...
- Fri Apr 17, 2020 12:17 pm
- Forum: Hardware
- Topic: NetUSBee USB drivers package v5
- Replies: 59
- Views: 16807
Re: NetUSBee USB drivers package v5
Is it possible for the keyboard / mouse set to work on a single USB receiver?
The device whose driver will be the first to load is currently working. I only checked two sets (Lightning ST), so maybe someone has one that works.
The device whose driver will be the first to load is currently working. I only checked two sets (Lightning ST), so maybe someone has one that works.
- Thu Apr 16, 2020 6:50 pm
- Forum: Hardware
- Topic: IDE autoboot for TOS 1.04
- Replies: 15
- Views: 3700
Re: IDE autoboot for TOS 1.04
I didn't want to create a new topicczietz wrote:I'm assuming that you're talking about my patch...

Thank you for the information. And how to do such a thing under 2.06 / 3.06?
So that TOS would look for IDE disk elsewhere. Even before any driver enters the action.
Is it enough to change this address in ROM?
- Thu Apr 16, 2020 2:38 pm
- Forum: Hardware
- Topic: IDE autoboot for TOS 1.04
- Replies: 15
- Views: 3700
Re: IDE autoboot for TOS 1.04
By default, the IDE disk is located at $F00000. How to make TOS (GEMDOS) look for an IDE disk at a different address (reading track 0)? Before I even install the driver.
$00046A long (Vector for hard disk initialization) - hdv_init ?
$00046A long (Vector for hard disk initialization) - hdv_init ?
- Wed Mar 04, 2020 4:28 pm
- Forum: Hardware
- Topic: Installing the PAK68/3
- Replies: 151
- Views: 30744
Re: Installing the PAK68/3
These 2 steps are necessaryfrank.lukas wrote: - replace LS244/LS373 to F244/F373
- install faster Ram

- Wed Mar 04, 2020 2:54 pm
- Forum: Hardware
- Topic: Installing the PAK68/3
- Replies: 151
- Views: 30744
Re: Installing the PAK68/3
With such a number of PCBs on top of each other, there is a high probability that something does not connect. Gently press (SIL19 between PAK and FRAK and other). Nerves don't help, I know that perfectly well :) With many extensions at the same time, little chance for plug and play. Additional GND i...
- Wed Mar 04, 2020 2:36 pm
- Forum: Hardware
- Topic: Installing the PAK68/3
- Replies: 151
- Views: 30744
Re: Installing the PAK68/3
There are no two additional GND points. You can solder additional wires if this is to be a problem. I changed the power cables to Panther when I had problems displaying the image.
Personally, I think this is a problem with connections.
Personally, I think this is a problem with connections.
- Sun Mar 01, 2020 11:45 am
- Forum: Hardware
- Topic: PAK in 1040STE?
- Replies: 23
- Views: 5496
Re: PAK in 1040STE?
Only PAK, FRAK (TT-RAM) is absent.
Update:
Paula, Ultimate Tracker, Elly = Reset
Hex Tracker, ProTracker STE, demos that could run on 68030 = sound is correct
Update:
Paula, Ultimate Tracker, Elly = Reset
Hex Tracker, ProTracker STE, demos that could run on 68030 = sound is correct
- Sun Mar 01, 2020 9:51 am
- Forum: Hardware
- Topic: PAK in 1040STE?
- Replies: 23
- Views: 5496
Re: PAK in 1040STE?
I still fighting this topic :) Two different computers: MSTE & STE Two different PLCC-DIP adapters: http://atari.wroclaw.pl/fotki/plccdip1.jpg http://atari.wroclaw.pl/pliki/pak1.jpg (M)STE & PAK: (as I wrote in another topic) First impression, everything works. But there is a problem, when Atari try...
- Sun Feb 23, 2020 7:53 am
- Forum: Hardware
- Topic: Installing the PAK68/3
- Replies: 151
- Views: 30744
Re: Installing the PAK68/3
Thanks. I changed the position of ROM socket on the motherboard, enough for now.Bikerbob wrote:Nice case an amazing job on the back plate..
- Sat Feb 22, 2020 6:06 pm
- Forum: Hardware
- Topic: Installing the PAK68/3
- Replies: 151
- Views: 30744
Re: Installing the PAK68/3
Does your PAK have fast-RAM? If so, make sure that the software that plays DMA sound is loaded to ST-RAM and try again. Only PAK, without FRAK. I will also need a switch to the enable/disable Pak TOS? Jumper J7 on PAK. I now have an IBM thinkcentre case.. I recently bought a case, which dimensions ...
- Tue Feb 18, 2020 12:08 pm
- Forum: Hardware
- Topic: Installing the PAK68/3
- Replies: 151
- Views: 30744
Re: Installing the PAK68/3
I installed PAK in MegaSTE. First impression, everything works. But there is a problem, when Atari try to play the STE sound, the computer resets. Yamaha plays correctly, but stereo STE causes a reset.
- Sun Feb 16, 2020 6:31 pm
- Forum: Hardware
- Topic: Modern replacement psu for Tt030 / Mega STE
- Replies: 11
- Views: 2180
- Sat Jan 25, 2020 7:39 pm
- Forum: For sale / Wanted
- Topic: FS:MegaST and much more :)
- Replies: 0
- Views: 1186
FS:MegaST and much more :)
Mega ST + RIEBL, CosmosEX, OverScan.
https://www.ebay.com/itm/Atari-Mega-ST- ... SwTO9eKFAg
https://www.ebay.com/itm/Atari-Mega-ST- ... SwTO9eKFAg