Search found 222 matches
- Thu Feb 18, 2021 10:08 pm
- Forum: Applications
- Topic: Texel sources available
- Replies: 144
- Views: 20001
Re: Texel sources available
With extended VDI 640x480x2 (monochrome) it loads and runs fine. Strange. I tested Texel to successfully run on 512x342 with a special font for 80x25 - worked. Color modes below 16 colors were never tested, AFAIK, we didn’t have a machine capable of doing this at the time. I sold my PowerBook 150 (...
- Thu Feb 18, 2021 10:06 pm
- Forum: Applications
- Topic: Texel sources available
- Replies: 144
- Views: 20001
Re: Texel sources available
I have a question about the release history of Texel. In the text document from the repository, there is mention of releases 3.0, 3.5 and 4.0. I noticed one of the features of 4.0 is export in 123 format. I checked on our 2.30 version and that feature is not implemented. There is no Texel 3.0 or hi...
- Thu Feb 18, 2021 10:05 pm
- Forum: Applications
- Topic: Texel sources available
- Replies: 144
- Views: 20001
Re: Texel sources available
I agree, this was unlikely be done on purpose. But since Texel uses the multi-tasking capabilities a lot, i would not be surprised if it was not tested very much on SIngleTOS. Towards later version of Texel (esp. after 2.0++) the testing on SingleTOS was minimal. Both Thomas and me had moved to Mag...
- Sun Nov 22, 2020 10:49 pm
- Forum: Professionals
- Topic: Remote development on ST/TT/falcon
- Replies: 16
- Views: 1450
Re: Remote development on ST/TT/falcon
Hi, I'm on a mission to develop on real hardware without physical access to the machine. I want to sit at my desk with a Mac and have my atari hardware in a different room/part of the house. So I'm thinking a cosmosex for injecting keyboard/mouse packets remotely and pipe video output (VGA or HDMI ...
- Thu Nov 19, 2020 11:03 pm
- Forum: Website Discussions
- Topic: SSL certificate chain borked
- Replies: 6
- Views: 1250
Re: SSL certificate chain borked
Several test suites say that the cert chain of atari-forum is incomplete. E.g.: https://www.ssllabs.com/ssltest/analyze ... -forum.com
“This server's certificate chain is incomplete. Grade capped to B.”
`sslyze` says: “Certificate is NOT Trusted: unable to get local issuer certificate”
“This server's certificate chain is incomplete. Grade capped to B.”
`sslyze` says: “Certificate is NOT Trusted: unable to get local issuer certificate”
- Thu Nov 19, 2020 10:58 pm
- Forum: 680x0
- Topic: Anyone interested in 68k disassembler for windows ?
- Replies: 85
- Views: 35588
Re: Anyone interested in 68k disassembler for windows ?
There should be 68000 support in NSA’s »Ghidra«: https://github.com/NationalSecurityAgen ... sors/68000
- Thu Nov 12, 2020 11:51 pm
- Forum: Applications
- Topic: ATARI Replay Pro software?
- Replies: 2
- Views: 394
ATARI Replay Pro software?
Is there any other software for the Replay Pro ROM port hardware than the original Replay Pro? Something that works with more than 640x400 / ST-High.
- Thu Nov 12, 2020 11:23 pm
- Forum: Website Discussions
- Topic: To TOS or MultiTOS? Or even OtherTOS?
- Replies: 60
- Views: 6926
Re: To TOS or MultiTOS? Or even OtherTOS?
Hi everyone, been away from the Atari scene for while and I’m lost a bit. I got a MegaSTE recently. It came with all bells and whistles (FPU, HDD), I ordered a Nova adapter and I’m waiting for the -hopefully compliant- graphics card. Now, what I’m asking is a TOS/GEMDOS replacement or add on to all...
- Thu Nov 12, 2020 10:49 pm
- Forum: Hardware
- Topic: U320 SCSI HDD in Atari TT
- Replies: 24
- Views: 1350
Re: U320 SCSI HDD in Atari TT
Hello, trying for the past two days to install an U320 SCSI HDD in my Atari TT. I have a 3M SCSI 50pin cable with three connections and a SCSI 68to50pin adapter. What kind of 68pin to 50pin adapter? Does it terminate the upper 8 bits of wide SCSI bus? Most modern ones don’t do this and are very fin...
- Thu Nov 05, 2020 12:45 am
- Forum: Applications
- Topic: Atari ST essential software (The List)
- Replies: 405
- Views: 222764
Re: Atari ST essential software (The List)
Looking for Edison, the text editor. Can only find demo versions of it …
- Fri Oct 30, 2020 11:27 pm
- Forum: Discussion
- Topic: art applications
- Replies: 5
- Views: 1282
Re: art applications
I don't really fancy picking up an amiga for the price they go for just to experiment with old skool graphics and multimedia programs, was interested in if atari st had anything to rival this sort of thing? even if it meant additional hardware purchases (like with the videotoaster) or was it simply...
- Fri Oct 09, 2020 7:11 pm
- Forum: Applications
- Topic: Trans D-Bug Express 1.05
- Replies: 13
- Views: 1307
Re: Trans D-Bug Express 1.05
I never really used MSA, I used TeleDisk and the like – or FCopy Pro.Grazey / PHF wrote: ↑Fri Oct 09, 2020 5:16 pm Would be easy to change it
Though not sure if MSA supports HD?
- Fri Oct 09, 2020 3:21 pm
- Forum: Applications
- Topic: Trans D-Bug Express 1.05
- Replies: 13
- Views: 1307
Re: Trans D-Bug Express 1.05
Nice stuff, thanks! Need to try it.
Deriving from the docs, it doesn’t do ED or HD? (“11x512x83x2 cache” would indicate for me "maximum HyperFormat disk size")
Deriving from the docs, it doesn’t do ED or HD? (“11x512x83x2 cache” would indicate for me "maximum HyperFormat disk size")
- Tue Aug 04, 2020 11:00 pm
- Forum: Chat forum [ENG]
- Topic: The history of double Dragon 2
- Replies: 2
- Views: 636
Re: The history of double Dragon 2
thank for sharing
- Tue Aug 04, 2020 10:53 pm
- Forum: C / PASCAL etc.
- Topic: Lattice C - Source level debugging?
- Replies: 6
- Views: 1362
Re: Lattice C - Source level debugging?
Bump? Could it be that it’s not possible in the end?
- Sun Jul 26, 2020 8:41 pm
- Forum: C / PASCAL etc.
- Topic: Lattice C - Source level debugging?
- Replies: 6
- Views: 1362
Lattice C - Source level debugging?
Hi, I’d like to inspect the generated machine language code from a compilation with Lattice C 5.6. In PureC (which I’m familiar with), I’d add debug information to the compiler&linker options, and feed it into Pure Debugger. There I’d see the C source code intermangled with assembler – perfect. I’d ...
- Sat Apr 04, 2020 11:31 pm
- Forum: Applications
- Topic: COVID-19 Watcher 1.0.0
- Replies: 44
- Views: 8555
Re: COVID-19 Watcher 1.0.0
Unpopular opinion:
I find it cynical to shout here hooray about a new app that shows a counter for ill & dead people. And you won’t convince me to change my mind by pointing out that the last line also shows the recovered count.
I find it cynical to shout here hooray about a new app that shows a counter for ill & dead people. And you won’t convince me to change my mind by pointing out that the last line also shows the recovered count.
- Sun Mar 01, 2020 1:00 am
- Forum: Other emulators & tools
- Topic: Convert files from 'That's Write' ST Word Processor
- Replies: 4
- Views: 1578
Re: Convert files from 'That's Write' ST Word Processor
I don't have the software any more. Is it available anywhere? Some search with "atari rom" or "abandonware" will list it for you. Run the software in Hatari (e.g., other emulators would also do the trick), install a LaserJet 4P or similar printer driver in That’s Write, print into a 600dpi PCL file...
- Tue Jan 14, 2020 6:20 pm
- Forum: Applications
- Topic: Texel sources available
- Replies: 144
- Views: 20001
Texel sources available
https://github.com/thmuch/texel
There's some discussion to update this to a newer version, let’s see.
There's some discussion to update this to a newer version, let’s see.
- Fri Sep 13, 2019 9:32 pm
- Forum: Applications
- Topic: Abacus spreadsheet
- Replies: 14
- Views: 6265
Re: Abacus spreadsheet
For my collection I'm looking for a full registered version of ABACUS spreadsheet, developed by Norbert Spiegel and distributed by MAXON Computers... I try to reach Mr. Spiegel without success... Last known version (according Atari Up to date) was 1.03... Thanks all in advance:-) Cheers! :cheers: I...
- Sun Jul 21, 2019 9:22 pm
- Forum: Coding
- Topic: How to use more than 4 colors in this context.
- Replies: 3
- Views: 4494
Re: How to use more than 4 colors in this context.
I corrected the image. :oops: Is it normal that can not get the 16 colors in 68K with the LINE A :?: Not answering your question, because I learned to avoid LINE A at any cost – if you target only original STs, then going down to the hardware is faster. If you want to avoid direct hardware access, ...
- Sun May 12, 2019 1:06 pm
- Forum: 680x0
- Topic: Digisound via PSG
- Replies: 8
- Views: 6295
Re: Digisound via PSG
You may have a look at GEMJing (source available, PSG parts by Jörg Hahne in SAMROUTS.S).Arne wrote:Hi Folks,
trying to implement a Digisound function in ASM/Pure C for the PSG.
- Sat Apr 27, 2019 11:38 pm
- Forum: Hardware
- Topic: RAM upgrade for a Mega STe?
- Replies: 14
- Views: 3576
Re: RAM upgrade for a Mega STe?
Currently, none of the Alt-RAM solutions for the MegaSTE are sold as ready-to-go-kits, AFAIK. Either wait a bit, or tell the authors you’re interested, or re-create your own one out of schematics.Atarieterno wrote:Where can he be acquired?frank.lukas wrote:Back in these days there a Magnum STE Alternate Ram for the Mega STE.
- Mon Apr 22, 2019 8:08 pm
- Forum: News & Announcements
- Topic: New program: "Serial Disk"
- Replies: 52
- Views: 39165
Re: New program: "Serial Disk"
I hope someone finds this useful! Please feel free to provide any feedback :) I am really excited about this app! I have a Mega STe but no hard drive (well if: an old Protar ACSI wayward) and rather than buying an UltraSatan I would like to use a Raspberry Pi to manage this external drive. I have s...
- Mon Apr 22, 2019 8:06 pm
- Forum: News & Announcements
- Topic: New program: "Serial Disk"
- Replies: 52
- Views: 39165
Re: New program: "Serial Disk"
I’m sure no one’s against your effortsOrion_ wrote:it would be nice to port this to regular C language, no more mandatory .NET bloated runtime required ..
