Welcome, Guest. Please login or register.

Author Topic: New Minimig cores available  (Read 18629 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Norway

  • Jr. Member
  • **
  • Join Date: May 2004
  • Posts: 66
    • Show only replies by Norway
Re: New Minimig cores available
« Reply #89 from previous page: September 08, 2008, 04:54:39 PM »
can it be used as a hd? :-)
 

Offline yaqube

  • Full Member
  • ***
  • Join Date: Feb 2008
  • Posts: 197
    • Show only replies by yaqube
Re: New Minimig cores available
« Reply #90 on: September 08, 2008, 05:36:47 PM »
@Darrin

It is what you think it is. :-D  It should fit into Loriano's enclosure without any problem. I don't know if an additional hole for the USB socket will be necessary as firmware upgrades can be done from the SD card.

@Norway

When the firmware is finished this adapter will function as a hard disk emulator and will support up to 4 floppy drives. Maybe some additional disk image formats to the ADF type will also be supported.
 

Offline boing4000

  • Full Member
  • ***
  • Join Date: Apr 2006
  • Posts: 222
    • Show only replies by boing4000
    • http://www.amigademo.de
Re: New Minimig cores available
« Reply #91 on: September 08, 2008, 05:50:57 PM »
@Jakub

I asked Dennis some time ago about clocking the 68000 at 28MHz, he told me it could work if the 68k-bridge module is adapted to it.
But 14MHz was definitely working in Dennis 2nd released firmware. You can find out in Minimig1.v by searching for "turbo cpu".
Dennis made it like that (out of memory):
Code: [Select]

reg cpuclk;
alwasy @(posedge vgaclk)
 cpuclk<=~cpuclk

Since vgaclk is taken out of the module I made my own version like this:
Code: [Select]

reg genclk;
always @(negedge clk28m)
 genclk=~genclk;
assign cpuclk=genclk;

It is also working 100% in Minimig without loaded ar3.rom. SysinfoV3.24 is showing factor 1.77 to A600 and factor 1.34 to B2000 :-D

I am really looking forward to your "Turbo CPU Menu", sounds very interesting!! :-)
 

Offline Darrin

  • Lifetime Member
  • Hero Member
  • *****
  • Join Date: May 2002
  • Posts: 4430
    • Show only replies by Darrin
Re: New Minimig cores available
« Reply #92 on: September 08, 2008, 06:15:58 PM »
@ Yaqube:

Excellent.  It looks great.  Removing chips and jamming whole boards in their place makes the Minimig look even more like a real Amiga!  :-D

Can you clarify the purpose of the USB port before someone posts a rumour that you've developed a USB2.0 card for the Minimig for use with Workbench 1.3 and running off a single floppy image!  ;-)  I assume it's just for upgrading the firmware, or can it be used to treat a memory stick like the SD card?
A2000, A3000, 2 x A1200T, A1200, A4000Tower & Mediator, CD32, VIC-20, C64, C128, C128D, PET 8032, Minimig & ARM, C-One, FPGA Arcade... and AmigaOne X1000.
 

Offline Darrin

  • Lifetime Member
  • Hero Member
  • *****
  • Join Date: May 2002
  • Posts: 4430
    • Show only replies by Darrin
Re: New Minimig cores available
« Reply #93 on: September 08, 2008, 06:19:14 PM »
Quote
Poster: boing4000  Posted: 2008/9/8 11:50:57

I asked Dennis some time ago about clocking the 68000 at 28MHz, he told me it could work if the 68k-bridge module is adapted to it.
But 14MHz was definitely working in Dennis 2nd released firmware. You can find out in Minimig1.v by searching for "turbo cpu".
Dennis made it like that (out of memory)


Does that mean we could have a core where we could set one of the custom jumpers to select either a 7MHz or 14MHz 68000?  Handy for Wing Commander which limps along at the moment.
A2000, A3000, 2 x A1200T, A1200, A4000Tower & Mediator, CD32, VIC-20, C64, C128, C128D, PET 8032, Minimig & ARM, C-One, FPGA Arcade... and AmigaOne X1000.
 

Offline boing4000

  • Full Member
  • ***
  • Join Date: Apr 2006
  • Posts: 222
    • Show only replies by boing4000
    • http://www.amigademo.de
Re: New Minimig cores available
« Reply #94 on: September 08, 2008, 06:19:29 PM »
@Darrin

I think the USB port is only to update or reprogram the ARM Chip. But USB in Minimig would also be a very nice feature... if possible at all.

The last older core from me (also NTSC version) had 7/14MHz and Slowmem selectable via jumper on Spare-i/o. Most of this is now in Jakub's new core (selectable ram). I made only 14mhz available to my one now in current version.
 

Offline TheDaddy

  • Hero Member
  • *****
  • Join Date: Feb 2005
  • Posts: 1154
    • Show only replies by TheDaddy
    • http://www.loriano.pwp.blueyonder.co.uk
Re: New Minimig cores available
« Reply #95 on: September 08, 2008, 06:45:57 PM »
@Yacube and Darrin,

It depends on how tall (thick) the board is, from that image I don't think it's very high.

I would have to have another hole drilled for the USB, but this maybe possible in the second revision of the enclosure, I would need that board by the way for dimensions :-)
 

Offline yaqube

  • Full Member
  • ***
  • Join Date: Feb 2008
  • Posts: 197
    • Show only replies by yaqube
Re: New Minimig cores available
« Reply #96 on: September 08, 2008, 06:46:09 PM »
Initially the USB port will be used for firmware upgrades. Maybe later it will be used for accessing the SD card from a PC (will act as a flash card reader - solution similar to the PSP's one).

This is only USB full speed (1.1) device port so you can only connect it to a PC.

More info will be available when it is done.
 

Offline TheDaddy

  • Hero Member
  • *****
  • Join Date: Feb 2005
  • Posts: 1154
    • Show only replies by TheDaddy
    • http://www.loriano.pwp.blueyonder.co.uk
Re: New Minimig cores available
« Reply #97 on: September 08, 2008, 07:06:08 PM »
@yaq

Email me when ready, so I can change the CAD for the enclosure (and send me the board, or one of them). :-)
 

Offline Darrin

  • Lifetime Member
  • Hero Member
  • *****
  • Join Date: May 2002
  • Posts: 4430
    • Show only replies by Darrin
Re: New Minimig cores available
« Reply #98 on: September 08, 2008, 07:07:36 PM »
Quote
Poster: boing4000  Posted: 2008/9/8 12:19:29

@Darrin

The last older core from me (also NTSC version) had 7/14MHz and Slowmem selectable via jumper on Spare-i/o. Most of this is now in Jakub's new core (selectable ram). I made only 14mhz available to my one now in current version.


That great.  Where have you been posting your cores, or are these just pre-release projects?
A2000, A3000, 2 x A1200T, A1200, A4000Tower & Mediator, CD32, VIC-20, C64, C128, C128D, PET 8032, Minimig & ARM, C-One, FPGA Arcade... and AmigaOne X1000.
 

Offline Darrin

  • Lifetime Member
  • Hero Member
  • *****
  • Join Date: May 2002
  • Posts: 4430
    • Show only replies by Darrin
Re: New Minimig cores available
« Reply #99 on: September 08, 2008, 07:13:28 PM »
Quote
Poster: yaqube  Posted: 2008/9/8 12:46:09

Initially the USB port will be used for firmware upgrades. Maybe later it will be used for accessing the SD card from a PC (will act as a flash card reader - solution similar to the PSP's one).

This is only USB full speed (1.1) device port so you can only connect it to a PC.


Thanks for the info.  Good luck with the project.

Quote
More info will be available when it is done.


Why does that phrase always send a shiver down my spine!   :lol:
A2000, A3000, 2 x A1200T, A1200, A4000Tower & Mediator, CD32, VIC-20, C64, C128, C128D, PET 8032, Minimig & ARM, C-One, FPGA Arcade... and AmigaOne X1000.
 

Offline boing4000

  • Full Member
  • ***
  • Join Date: Apr 2006
  • Posts: 222
    • Show only replies by boing4000
    • http://www.amigademo.de
Re: New Minimig cores available
« Reply #100 on: September 08, 2008, 09:38:34 PM »
@Darrin

It was a normal release and posted somewhere in this forum ;-) But that was all out of the old core version and is no longer working together with current PIC firmware.

I can post the new 14MHz version, if Jakub can tell me where the default settings for PAL and NTSC is located?
Right now I only have PAL by default with 14MHz.
 

Offline Darrin

  • Lifetime Member
  • Hero Member
  • *****
  • Join Date: May 2002
  • Posts: 4430
    • Show only replies by Darrin
Re: New Minimig cores available
« Reply #101 on: September 08, 2008, 09:45:28 PM »
@Boing4000

I must have missed that.

I'll keep an eye out for any other releases you make.  A switchable "turbo" mode would be very welcome for games like "X-COM:  UFO Enemy Unknown"
A2000, A3000, 2 x A1200T, A1200, A4000Tower & Mediator, CD32, VIC-20, C64, C128, C128D, PET 8032, Minimig & ARM, C-One, FPGA Arcade... and AmigaOne X1000.
 

Offline Darrin

  • Lifetime Member
  • Hero Member
  • *****
  • Join Date: May 2002
  • Posts: 4430
    • Show only replies by Darrin
Re: New Minimig cores available
« Reply #102 on: September 08, 2008, 10:24:49 PM »
Quote
Poster: TheDaddy  Posted: 2008/9/8 13:06:08

@yaq

Email me when ready, so I can change the CAD for the enclosure (and send me the board, or one of them).


Perhaps you could trade him an enclosure for a board.   :lol:
A2000, A3000, 2 x A1200T, A1200, A4000Tower & Mediator, CD32, VIC-20, C64, C128, C128D, PET 8032, Minimig & ARM, C-One, FPGA Arcade... and AmigaOne X1000.
 

Offline yaqube

  • Full Member
  • ***
  • Join Date: Feb 2008
  • Posts: 197
    • Show only replies by yaqube
Re: New Minimig cores available
« Reply #103 on: September 08, 2008, 10:32:50 PM »
@Sascha

In Minimig1.v file at line 168 there is an NTSC parameter definition. Change it to "1" and your builts will default to the NTSC screen mode.

Also read comments in BootRom.v file and change FPGA version id to identify your releases.
 

Offline boing4000

  • Full Member
  • ***
  • Join Date: Apr 2006
  • Posts: 222
    • Show only replies by boing4000
    • http://www.amigademo.de
Re: New Minimig cores available
« Reply #104 on: September 08, 2008, 11:56:28 PM »
Thanks Jakub, now I can build seperate PAL and NTSC core with 7/14MHz selectable via Jumper.
When you release the OSD version, my one will be obsolete and I am looking forward to that time :-)