Difference between revisions of "Minimig Improvements"

From OpenCircuits
Jump to navigation Jump to search
(+usb)
(+74CBT16245 level converter)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
Some ideas for improving [[Minimig]]:
+
Some ideas for [[Minimig]] improvements:
 
+
{| class="wikitable"
Improvements:
+
! Project name !! Basic !! Comment
:[[Minimig Selftest]]
+
|-
:[[Minimig ECS|ECS graphics]] - First to do?, after all more software can use ECS than AGA
+
|[[Minimig Selftest]] || Y ||
:[[Minimig AGA|AGA graphics]]
+
|-
:[[Minimig Harddisc|Harddisc]]
+
| [[Minimig Graphics|Graphics]] || N || More games possible to run
:[[Minimig Ethernet|Ethernet]] Rid of the need for flashmemories? (network boot)
+
|-
:[[Minimig SDram|Use SDram]]
+
| [[Minimig Harddisc|Harddisc]] || Y || Larger software installations possible.
:[[Minimig Shared RS232|MCU rs232tx -or- FPGA rs232tx]]
+
|-
:[[Minimig NTSC|50/60Hz (pal/ntsc)]]
+
| [[Minimig Ethernet|Ethernet]] || ? || Rid of the need for flashmemories? & Network boot.
:[[Minimig Video output|S-Video Resistor D/A issues etc..]]
+
|-
:[[Minimig Breakout|Breakout connectors instead of pcb mounted]]
+
| [[Minimig SDram|Use DRAM]] || Y || Memory hungry software becomes possible. And developer board have dram builtin.
:[[Minimig MCU user I/O|Wire the unused MCU (pic18xxxx) ports to a user I/O pin header]]
+
|-
:[[Free Amiga kickstart|Kickstart replacement]]
+
| [[Minimig Shared RS232|Shared MCU/FPGA RS232]] || Y || One less jumper..
:[[Minimig Discimage support|Discimage support .ADF .DMS .FDI .ADZ]]
+
|-
:[[Minimig Expansion|Expansion via Zorro ISA PCI PCI-Express]]
+
| [[Minimig NTSC|NTSC]] || Y || NTSC monitors can be used.
:[[Minimig FPGA|Upgrade the FPGA]]
+
|-
:[[Minimig RTL devices|RTL devices]]
+
| [[Minimig Video output|S-Video Resistor D/A issues etc..]] || Y ||
:[[Minimig Floppy|Create a real floppy controller]] (see [[Amiga floppy project]])
+
|-
:[[Minimig Other simulations|Simulate Atari ST, Macintosh-m68k etc..]]
+
| [[Minimig Breakout|Breakout pinheaders]] || Y || More installation flexibility
:[[Minimig RTC|Realtime clock]]
+
|-
:[[Minimig Parallel port|Parallel port]]
+
| [[Minimig MCU user I/O|MCU user I/O]] || Y || Wire the unused MCU (pic18xxxx)<br>ports to a user I/O pin header
:[[Minimig USB|USB]]
+
|-
 
+
| [[Free Amiga kickstart|Kickstart replacement]] || N || Rid of Amiga Inc dependency.
CPU improvements:
+
|-
:[[Minimig Faster CPU|Faster CPU]] (68020? -> can run [[netbsd]])
+
| [[Minimig Discimage support|Discimage support .ADF .DMS .FDI .ADZ]] || N || ADF is not sufficient for some copyprotected discs
:[[RTL m68k|CPU in verilog/vhdl]] (single-chip FPGA + CPU)
+
|-
 
+
| [[Minimig Expansion|Expansion via Zorro ISA PCI PCI-Express]] || N || Make use of old hardware
: [http://en.wikipedia.org/wiki/Fpga#Modern_developments Wikipedia:FPGA] mentions a few such "FPGA + CPU chip" devices.
+
|-
:[[Minimig 68K CPU BERR* Support]] (For 68K BERR* Vector when non-existant memory accessed)
+
| [[Minimig FPGA|Upgrade the FPGA]] || Y || More logic & I/O pins
 +
|-
 +
| [[Minimig HDL devices|HDL devices]] || N || Devices in HDL languages - needs no hardware
 +
|-
 +
| [[Minimig Floppy|Real floppy controller]] || N || Make disc images for Minimig (see [[Amiga floppy project]])
 +
|-
 +
| [[Minimig Other simulations|Simulate Atari ST, Mac-68k etc..]] || N ||
 +
|-
 +
| [[Minimig RTC|Realtime clock]] || N || Correct timestamp on disc files
 +
|-
 +
| [[Minimig Parallel port|Parallel port]] || N || Multiplayer, Printer, ParNet etc..
 +
|-
 +
| [[Minimig USB|USB]] || N ||
 +
|-
 +
| [[Minimig Faster CPU|Faster CPU]] || N || mc68020+ makes it possible to run [[NetBSD]] (unix)
 +
|-
 +
| [[RTL m68k|CPU in verilog/vhdl]] || N || Makes Minimig on a stock FPGA developer board possible
 +
|-
 +
| [http://en.wikipedia.org/wiki/Fpga#Modern_developments Wikipedia: FPGA+CPU] || N || FPGAs with CPU onchip
 +
|-
 +
| [[Minimig 68K CPU BERR* Support|/BERR Support]] || Y || For 68K /BERR Vector when non-existant memory accessed
 +
|}
  
 
Resources:
 
Resources:
* http://opencores.org/
+
:* [http://opencores.org/ Opencores.org - Free HDL devices]
* http://www.vesalia.de/e_keyrah.htm - C64-II, SX64*, VIC20, C128, C128D, C16, C116*, Plus/4*, A1200/600 keyboard -> USB
+
:74CBT16245 - [http://www.amiga.org/modules/newbb/viewtopic.php?topic_id=39933&forum=8&start=120 jkonstan 070901]

Latest revision as of 17:12, 31 August 2007

Some ideas for Minimig improvements:

Project name Basic Comment
Minimig Selftest Y
Graphics N More games possible to run
Harddisc Y Larger software installations possible.
Ethernet ? Rid of the need for flashmemories? & Network boot.
Use DRAM Y Memory hungry software becomes possible. And developer board have dram builtin.
Shared MCU/FPGA RS232 Y One less jumper..
NTSC Y NTSC monitors can be used.
S-Video Resistor D/A issues etc.. Y
Breakout pinheaders Y More installation flexibility
MCU user I/O Y Wire the unused MCU (pic18xxxx)
ports to a user I/O pin header
Kickstart replacement N Rid of Amiga Inc dependency.
Discimage support .ADF .DMS .FDI .ADZ N ADF is not sufficient for some copyprotected discs
Expansion via Zorro ISA PCI PCI-Express N Make use of old hardware
Upgrade the FPGA Y More logic & I/O pins
HDL devices N Devices in HDL languages - needs no hardware
Real floppy controller N Make disc images for Minimig (see Amiga floppy project)
Simulate Atari ST, Mac-68k etc.. N
Realtime clock N Correct timestamp on disc files
Parallel port N Multiplayer, Printer, ParNet etc..
USB N
Faster CPU N mc68020+ makes it possible to run NetBSD (unix)
CPU in verilog/vhdl N Makes Minimig on a stock FPGA developer board possible
Wikipedia: FPGA+CPU N FPGAs with CPU onchip
/BERR Support Y For 68K /BERR Vector when non-existant memory accessed

Resources:

74CBT16245 - jkonstan 070901