Who's Online |
18 user(s) are online ( 16 user(s) are browsing Forums)
Members: 0
Guests: 18
more...
|
|
Headlines |
-
amiarcadia.lha - emulation/gamesystem
Jul 5, 2025
-
avalanche.lha - utility/archive
Jul 5, 2025
-
litexl2.lha - utility/text/edit
Jul 5, 2025
-
yt.lha - video/misc
Jul 4, 2025
-
amissl-sdk.lha - development/misc
Jul 2, 2025
-
arabic_console_devicepro2.lha - driver/input
Jul 2, 2025
-
grafx2.lha - graphics/edit
Jul 2, 2025
-
amissl.lha - library/misc
Jul 2, 2025
-
mce.lha - game/utility
Jun 30, 2025
-
cardsmakingkit.lha - game/utility
Jun 27, 2025
|
|
|
|
Re: USB Driver for PL2303 serial adpater
|
|
Just popping in 
|
Hi everyone,
I have a Uniden-Bearcat 396XT scanner that can be programmed using a USB to PL2303 cable.
I'm not sure how to use this driver.
Thank you for your help.
|
|
|
|
Re: 2025-June/July Gaming Competition-a new game just released-Gemdalus !
|
Posted on: Yesterday 20:59
#2
|
Home away from home 
|
ok now we're playing..list updated 
|
_______________________________ c64-dual sids, A1000, A1200-060@50, A4000-CSMKIII Catweasel MK4+= Amazing ! My Master Miggies-Amiga1000 & AmigaONE X1000 ! mancave-ramblings
|
|
|
Re: 2025-June/July Gaming Competition-a new game just released-Gemdalus !
|
Posted on: Yesterday 19:29
#3
|
Not too shy to talk 
|
Doing a little better. 
|
|
|
|
Re: Amiupdate
|
Posted on: Yesterday 19:26
#4
|
Just can't stay away 
|
Tested AmiUpdate 2.58 and it works perfectly including AmiSSL update. Thank you very much for the bug fix.
|
MacStudio ARM M1 Max Qemu//Pegasos2 AmigaOs4.1 FE / AmigaOne x5000/40 AmigaOs4.1 FE
|
|
|
Re: clib2 vs newlib perfomance issues
|
Posted on: Yesterday 18:23
#5
|
Home away from home 
|
@all Andrea did some good bunch of optimization including not calling check_abort() when not need it, as well as instead of line-buffering usefull buffering, and all f* (fwrite,fputs, etc) based functions now on the same speed level as newlib, same as pure puts(), and all vrptinf/string-formatting based ones also gain some speed , while still not as good as newlib because of this FILE * crap, but at least much better even with this FILE * left from clib2.
|
|
|
|
Re: X5000 maybe dying :(
|
Posted on: Yesterday 17:52
#6
|
Not too shy to talk 
|
My "new" (April 2025/Made in 2018) X5000/40 has PCB:46 CPU:66 PCIe Switch:59 celsius.
Don´t remember what my X5000/20 was at, but my A1XE I got down to CPU:37 celsius with a copper cooler and a fan.
So I´m gonna look into what copper coolers may fit, or CNC one that fit.
|
1989-> A500, A600, A3000, A4000, A1200, CD32, µA1, PegII, A1XE, CDTV, Amy/416D79, A1X5000, Vampire 500 V2+, Vampire 600 V2, Amy-ITX, Denise ITX <-2024
|
|
|
Re: X5000 maybe dying :(
|
Posted on: Yesterday 17:39
#7
|
Just popping in 
|
I installed the big cooling fan I use in front of the processor, and the temperature dropped.
I went from 53 degrees for the PCB to 49 degrees
77 degrees for the CPU to 71 degrees
72 degrees for the PCIe to 59 degrees
|
|
|
|
Re: X5000 maybe dying :(
|
Posted on: Yesterday 17:38
#8
|
Just can't stay away 
|
@skynet
If the CPU heatsink is hot then thermal transfer is good. Maybe change for a better fan.
My X1000 never goes over 55°C.
|
-- AmigaONE X1000 and Radeon RX 560
|
|
|
Re: 2025-June/July Gaming Competition-a new game just released-Gemdalus !
|
Posted on: Yesterday 17:34
#9
|
Just popping in 
|
Oh yes, I have also been playing for a while, forgot to upload my score, but here it is: (X5000) 
Edited by mcleppa on 2025/7/5 19:43:11
|
|
|
|
Re: X5000 maybe dying :(
|
Posted on: Yesterday 17:20
#10
|
Just popping in 
|
I touched the CPU heatsink, and it's boiling hot!
Would it be a good idea to change the thermal paste?
|
|
|
|
Re: X5000 maybe dying :(
|
Posted on: Yesterday 16:59
#11
|
Not too shy to talk 
|
55-56 degrees is what i'm usually at with my 020. I have the old mcu firmware that made the fan go crazy already at low temperatures so i had to add extra hardware to slow the fans down.
|
|
|
|
Re: Att: A4000 and Cyberstorm MKIII users
|
Posted on: Yesterday 16:52
#12
|
Home away from home 
|
@Bifford
just wondering if you're running OS3.2?
I just checked my A4000 and it seems I don't have the latest firmware but like I said it's been running great since installing OS3.2
I's like to update it for completeness sake but getting cold fingers if something goes wrong with the firmware update and it gets bricked
Edited by 328gts on 2025/7/5 21:06:20
|
_______________________________ c64-dual sids, A1000, A1200-060@50, A4000-CSMKIII Catweasel MK4+= Amazing ! My Master Miggies-Amiga1000 & AmigaONE X1000 ! mancave-ramblings
|
|
|
Re: 2025-June/July Gaming Competition-a new game just released-Gemdalus !
|
Posted on: Yesterday 14:22
#13
|
Home away from home 
|
@hotrod 
|
_______________________________ c64-dual sids, A1000, A1200-060@50, A4000-CSMKIII Catweasel MK4+= Amazing ! My Master Miggies-Amiga1000 & AmigaONE X1000 ! mancave-ramblings
|
|
|
Re: Catching memory corruption "in the act"
|
Posted on: Yesterday 13:19
#14
|
Quite a regular 
|
Yeah, I should probably give the OS4 MMU protection another shot in QEMU with more memory. I already made a debug allocator on Windows using VirtualProtect functions to test this approach "live" and it seems to do what I need it to do. I still have to hunt down an OS4 disc for one of these systems though.
|
This is just like television, only you can see much further.
|
|
|
Re: Catching memory corruption "in the act"
|
Posted on: Yesterday 13:19
#15
|
Quite a regular 
|
Yeah, I should probably give the OS4 MMU protection another shot in QEMU with more memory. I already made a debug allocator on Windows using VirtualProtect functions to test this approach "live" and it seems to do what I need it to do. I still have to hunt down an OS4 disc for one of these systems though.
|
This is just like television, only you can see much further.
|
|
|
Re: Catching memory corruption "in the act"
|
Posted on: Yesterday 11:43
#16
|
Quite a regular 
|
@BSzili I think PPC is unsupported in Debian for a while so you should try something contemporary to these machines or what's known to work on real machine. The most recent Debian I've found that supported AmigaNG machines was about Debian 8.11 and if you just want to run valgrind on it don't update it. Other Linux distros that are newer and still have PPC versions that might work are https://github.com/finnix/finnix-docs/blob/main/platforms.md (only old version) or https://www.adelielinux.org/download/ but maybe these only support -machine mac99,via=pmu which is closest to PowerMac3,1 (that is also listed for MorphOS on my page in the signature below). Maybe you could get AmigaOS running on one of the boards in QEMU and 2GB could be enough to debug it with the page protection trick. Or you can try a PPC64 distro with qemu-system-ppc64 that should still be able to run 32 bit PPC code. Those may be better supported for spapr for example but I don't have much experience with that.
|
|
|
|
Re: Catching memory corruption "in the act"
|
Posted on: Yesterday 11:22
#17
|
Quite a regular 
|
@balaton The most recent PPC Linux distro I managed to install in qemu was Debian 12, but it self-destructed after an update and it no longer boots. I had no success with smaller distros, usually I couldn't even get their installer to work.
|
This is just like television, only you can see much further.
|
|
|
Re: 2025-June/July Gaming Competition-a new game just released-Gemdalus !
|
Posted on: Yesterday 9:03
#18
|
Not too shy to talk 
|
Well, there you go  WinUAE 6.0.0 this time. https://postimg.cc/Wt3TL2Y8
|
|
|
|
Re: 2025-June/July Gaming Competition-a new game just released-Gemdalus !
|
Posted on: Yesterday 6:21
#19
|
Home away from home 
|
@hotrod Thanks & it's all about playing and getting better as you play so please post one of your high scores when you can and also let us know what system you're playing it on 
|
_______________________________ c64-dual sids, A1000, A1200-060@50, A4000-CSMKIII Catweasel MK4+= Amazing ! My Master Miggies-Amiga1000 & AmigaONE X1000 ! mancave-ramblings
|
|
|
Re: Att: A4000 and Cyberstorm MKIII users
|
Posted on: Yesterday 6:18
#20
|
Home away from home 
|
|
_______________________________ c64-dual sids, A1000, A1200-060@50, A4000-CSMKIII Catweasel MK4+= Amazing ! My Master Miggies-Amiga1000 & AmigaONE X1000 ! mancave-ramblings
|
|
|