Search found 32 matches

by R4M
Fri Oct 13, 2023 12:52 pm
Forum: Amiga (Minimig)
Topic: Workbench HD Drive Don’t Work
Replies: 2
Views: 2586

Re: Workbench HD Drive Don’t Work

Probably WinUAE can use more different HD file formats than MiSTer. You could prepare the HD with MiSTer (empty file, partitioned by HDToolBox) and then use WinUAE to copy files to it.

by R4M
Thu Jul 13, 2023 6:46 pm
Forum: Amiga (Minimig)
Topic: Ethernet: A thought on a contribution
Replies: 16
Views: 6317

Re: Ethernet: A thought on a contribution

The UART solution is pretty slow (~ 10kB/s) compared to real cards for Amigas (~ 100kB/s), so there is some justification to work on this. I see no extra value in implementing real hardware for network access, since a driver is needed in any way. Therefore going the A314 route seems to be the most efficient.

by R4M
Wed Jul 12, 2023 10:44 am
Forum: Amiga (Minimig)
Topic: Ethernet: A thought on a contribution
Replies: 16
Views: 6317

Re: Ethernet: A thought on a contribution

I also thought about this. Probably the way to go would be to adapt the A314 ethernet solution.

https://github.com/niklasekstrom/a314

That project was also was the inspiration for the shared file system.

by R4M
Thu Mar 23, 2023 3:34 am
Forum: Hardware Setups
Topic: Real Floppy Disk Drive for MiSTer FPGA Current Progress
Replies: 19
Views: 8807

Re: Real Floppy Disk Drive for MiSTer FPGA Current Progress

Well, it might work in another way. The usb iomega should show up under linux as /dev/sdX. You can create a symbolic link from your Amiga directory, like

ln -s /dev/sdX /media/fat/Amiga/iomega.hdf

Then you should be able to select that file as harddrive in the OSD menu. The iomega software will most probably not work though.

by R4M
Sat Feb 25, 2023 6:19 pm
Forum: Development for MiSTer
Topic: Transfering Commodore 128 Core
Replies: 35
Views: 10293

Re: Transfering Commodore 128 Core

The action replay crt does indeed work. The C128 core started in C64 mode automatically whilst I had the display on 80 column mode... hence I thought it crashed when indeed it was working as intended. Sorry, stupid beginners mistake.

by R4M
Fri Feb 24, 2023 10:26 pm
Forum: Development for MiSTer
Topic: Transfering Commodore 128 Core
Replies: 35
Views: 10293

Re: Transfering Commodore 128 Core

I tried an action replay crt file, which works on the C64 but the C128 core won't start when it is loaded. This is an important freezer, which should run on a C64 core. Therefore it is definitely too early to replace the C64 core.

by R4M
Wed Feb 15, 2023 7:20 pm
Forum: Amiga (Minimig)
Topic: Real-time clock not working on an Amiga 500 setup?
Replies: 15
Views: 2489

Re: Real-time clock not working on an Amiga 500 setup?

Sorgelig fixed it. Should work with stock SetClock in next release.

by R4M
Tue Feb 14, 2023 11:50 pm
Forum: Amiga (Minimig)
Topic: Real-time clock not working on an Amiga 500 setup?
Replies: 15
Views: 2489

Re: Real-time clock not working on an Amiga 500 setup?

I found the problem: the MiSTer binary only updates the rtc time once a minute... and the 1.3 SetClock checks for a change in the seconds register after waiting for 1.5 seconds... a solution would be to incement the rtc counter on the hps side inbetween. I'll have a look into it.

by R4M
Tue Feb 14, 2023 12:49 am
Forum: Amiga (Minimig)
Topic: Real-time clock not working on an Amiga 500 setup?
Replies: 15
Views: 2489

Re: Real-time clock not working on an Amiga 500 setup?

I patched the detection routine. The attached version works on Kickstart 1.3, but will assume that there is a real time clock. Which is always correct for Minimig on MiSTer, but might crash systems without RTC (since then it will access the custom chips).

by R4M
Tue Feb 14, 2023 12:00 am
Forum: Amiga (Minimig)
Topic: Real-time clock not working on an Amiga 500 setup?
Replies: 15
Views: 2489

Re: Real-time clock not working on an Amiga 500 setup?

Interestingly, if you boot Workbench 1.3 on a 2.0 Kickstart, setclock works as expected. It therefore seems to boil down to how setclock interacts with the Kickstart. Implementing a complete OKI clock IC seems to be a waste of time. It's probably easier to write a replacement for setclock, which just reads the RTC clock and asks no further question...
by R4M
Mon Feb 13, 2023 8:40 am
Forum: Amiga (Minimig)
Topic: Real-time clock not working on an Amiga 500 setup?
Replies: 15
Views: 2489

Re: Real-time clock not working on an Amiga 500 setup?

The RTC is not really implemented. The HPS side supplies the necessary data, but writing to the RTC chip is not supported. So, if the setclock program does some probing, it will conclude that there is no RTC clock.

by R4M
Sun Feb 05, 2023 2:33 pm
Forum: Amiga (Minimig)
Topic: Floppys and Virus
Replies: 20
Views: 3418

Re: Floppys and Virus

You can also patch your kickstart ROM to always execute a full cold boot. That way no virus can survive a reset.

Actually, you have to put $60 into $f80154 in the official KickV1.3_34.005 (replacing $66).

by R4M
Thu Jul 28, 2022 11:16 pm
Forum: Commodore 16, 64, 128, VIC-20, PET
Topic: Mega65-MiSTer
Replies: 27
Views: 10830

Re: Mega65-MiSTer

Malor wrote: Thu Jul 28, 2022 8:43 pm Hmm, seems like any new software would probably be written for the fastest clocking, so the Mister's version would probably be considered drastically inferior. :(
I'm not so sure about that. Remember, that there are only 1500 MEGA65 so far. The user base on MiSTer would be much bigger and probably hard to ignore.
by R4M
Sun Jul 24, 2022 10:50 pm
Forum: Amiga (Minimig)
Topic: Store Kickstarts In Folders? [Update Main Solved]
Replies: 14
Views: 2386

Re: Store Kickstarts In Folders? [Update Main Solved]

The issue is solved. The problem was, that the resident structures have to be deleted when switching OSes (etc. 3.14 vs. 1.3). Otherwise the Amiga will crash on boot. Now whenever you load a new file into the ROM, an odd number will be written to $4, which forces a cold boot.
by R4M
Fri Jul 22, 2022 8:11 pm
Forum: Amiga (Minimig)
Topic: Store Kickstarts In Folders? [Update Main Solved]
Replies: 14
Views: 2386

Re: Store Kickstarts In Folders? [Update Main Solved]

I suggested the following in https://github.com/MiSTer-devel/Minimig-AGA_MiSTer/issues/141: Thanks! While you are at it.. is there a reason, why Kickstart ROMs can only be selected from the Amiga directory? Used to be different and that's quite annoying, when you have more than 10 different versions. I reverted that change to SelectFile(Selected_F[...
by R4M
Thu Jul 21, 2022 9:03 pm
Forum: Amiga (Minimig)
Topic: Store Kickstarts In Folders? [Update Main Solved]
Replies: 14
Views: 2386

Re: Store Kickstarts In Folders? [Update Main Solved]

It used to work, only needs a small change in main_mister. I can ask Sorgelig to make that change if enough people (like me) want it.
by R4M
Sat Jul 09, 2022 9:49 pm
Forum: Display Devices
Topic: Cheap CEC Blocker/Killer/Less
Replies: 4
Views: 1992

Re: Cheap CEC Blocker/Killer/Less

I found the following offer on ebay Germany:
https://www.ebay.de/itm/141731156642
2 Euros per piece and 2.20 for p&p within Germany. I'll post a review once I have received my order.
by R4M
Thu Mar 24, 2022 10:05 am
Forum: Amiga (Minimig)
Topic: Amiga 68030/40?
Replies: 70
Views: 13362

Re: Amiga 68030/40?

With FPGA logic one of the things I do know about it, is that you have to take the physical space of it into account. When you code it, you select an actually area of the physical chip to place it, and there has to be connections between the different parts that makes sense for a chip. But I am thinking it ought to be possible to code it so that t...
by R4M
Fri Jan 07, 2022 1:27 pm
Forum: Official Addon Boards
Topic: 128MB SDRAM Board Not Working
Replies: 5
Views: 8287

Re: 128MB SDRAM Board Not Working

Can you post hi resolution pictures of the SDRAM board you bought and look for soldier bridges (shorts) on the board?
(Didn't realize up to now, that memtest also displays the size of the SDRAM)
by R4M
Thu Jan 06, 2022 9:44 pm
Forum: Official Addon Boards
Topic: 128MB SDRAM Board Not Working
Replies: 5
Views: 8287

Re: 128MB SDRAM Board Not Working

Which memtest are you using? You can kill your de10-nano if you plug the memory module in the wrong way, but then probably nothing works anymore.
by R4M
Sun Oct 24, 2021 11:41 am
Forum: Commodore 16, 64, 128, VIC-20, PET
Topic: C64 Diag Cart
Replies: 2
Views: 4153

Re: C64 Diag Cart

Those tests require test harnesses to complete accurately. You should get the same result on a perfectly working C64 without harness.
by R4M
Thu Oct 14, 2021 10:25 pm
Forum: Amiga (Minimig)
Topic: Good Amiga Information Source
Replies: 5
Views: 6520

Re: Good Amiga Information Source

There's also a good English forum http://eab.abime.net/

On a1k.org you won't find much on emulators and MiST/MiSTer. Their main focus is on original hardware and open source expansions.
by R4M
Mon Oct 11, 2021 11:47 pm
Forum: Commodore 16, 64, 128, VIC-20, PET
Topic: How much of the FPGA is used by C64 core?
Replies: 20
Views: 13522

Re: How much of the FPGA is used by C64 core?

I think the Mega65 doesn‘t use more LEs as C64 or the Amiga core. I‘d estimate max about 40.000LEs, so that about 20% of the Mega65 FPGA is used. Very much room left for further expansions. But if the remaining 80% are not used, it‘s wasted money. Or upcoming new big projects need all of the 200k LEs? Who knows? Actually for an FPGA computer at 80...
by R4M
Sat Oct 09, 2021 3:59 pm
Forum: Commodore 16, 64, 128, VIC-20, PET
Topic: How much of the FPGA is used by C64 core?
Replies: 20
Views: 13522

Re: How much of the FPGA is used by C64 core?

And I‘m trying to find out how much the actual Mega65 core uses of its very powerful FPGA. The Mega65 Team does not answer my question about it. The Xilinx™ Artix A7 200T FPGA has about 200k logic elements. The Mega65 Team supports a core for the Digilent Nexys A7 evaluation board, which only hat 100K logic elements, so probably at least the main ...
by R4M
Thu Oct 07, 2021 6:47 pm
Forum: Commodore 16, 64, 128, VIC-20, PET
Topic: How much of the FPGA is used by C64 core?
Replies: 20
Views: 13522

Re: How much of the FPGA is used by C64 core?

... and most probably 2 complete disk drives (therefore at least 3 CPUs).
by R4M
Thu Sep 30, 2021 5:19 pm
Forum: Commodore 16, 64, 128, VIC-20, PET
Topic: Porting Mega65 to MiSTer?
Replies: 31
Views: 22801

Re: Porting Mega65 to MiSTer?

You could also get a digilent Nexys A7 evaluation board for around 250 Euros. It has a smaller FPGA (100T vs. 200T), but the team still maintains a current Mega65 core for it. They also contemplated selling the MEGA65 board separately after the first batches of the complete computer are sold. One reason I won't buy a Mega65 is its insufficient amou...
by R4M
Sun Nov 08, 2020 6:16 pm
Forum: Amiga (Minimig)
Topic: Minimig Core. ADF non standard or Extended, issues with images
Replies: 6
Views: 3397

Re: Minimig Core. ADF non standard or Extended, issues with images

Minimig only supports ADF, which only includes the payload data, not the MFM coding or sector header data. So everything non-standard is bound to fail.
by R4M
Sat Nov 07, 2020 6:14 pm
Forum: Amiga (Minimig)
Topic: Running 68k AROS on MiSTer?
Replies: 5
Views: 3972

Re: Running 68k AROS on MiSTer?

You find everything there is to know about Kickstart size support in the file

https://github.com/MiSTer-devel/Main_Mi ... config.cpp

and function UploadKickstart.
by R4M
Thu Nov 05, 2020 6:55 pm
Forum: Amiga (Minimig)
Topic: Running 68k AROS on MiSTer?
Replies: 5
Views: 3972

Re: Running 68k AROS on MiSTer?

Minimig has support for 1M Kickstarts. If you select a file of size 1M, the first half will be loaded to $e00000 and the second to $f80000.
by R4M
Tue Aug 18, 2020 1:18 am
Forum: Other Computer / System Cores
Topic: Commodore C128 and C65?
Replies: 6
Views: 4479

Re: Commodore C128 and C65?

Mega65 runs on a Xilinx FPGA, so it has to be ported. Probably would make little sense, before they've got a stable production version. Also, I think it should not be ported to other platforms before they had a chance to sell their hardware.