<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://wiki.mamedev.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Duke</id>
	<title>MAMEDEV Wiki - User contributions [en-gb]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.mamedev.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Duke"/>
	<link rel="alternate" type="text/html" href="https://wiki.mamedev.org/index.php?title=Special:Contributions/Duke"/>
	<updated>2026-04-28T00:14:26Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://wiki.mamedev.org/index.php?title=System-Specific_Setup_and_Information&amp;diff=8617</id>
		<title>System-Specific Setup and Information</title>
		<link rel="alternate" type="text/html" href="https://wiki.mamedev.org/index.php?title=System-Specific_Setup_and_Information&amp;diff=8617"/>
		<updated>2023-05-10T07:57:52Z</updated>

		<summary type="html">&lt;p&gt;Duke: Add the mc68000&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* [[Driver:4004 Nixie Clock|4004 Nixie Clock (4004clk)]]&lt;br /&gt;
* [[Driver:INTELLEC 4|INTELLEC® 4 (intlc44, intlc440)]]&lt;br /&gt;
* [[Driver:CT486|AMI 486 Clone PC (ct486)]]&lt;br /&gt;
* [[Driver:Amstrad|Amstrad CPC]]&lt;br /&gt;
* [[Driver:pc1640|Amstrad PC 1640]]&lt;br /&gt;
* [[Driver:Apollo|Apollo workstations and servers]]&lt;br /&gt;
* [[Driver:Apple II|Apple II personal computers]]&lt;br /&gt;
* [[Driver:ABC_1600|ABC 1600]]&lt;br /&gt;
* [[Driver:Mac_68K|Apple Macintosh computers (Motorola MC680x0)]]&lt;br /&gt;
* [[Driver:c128d|Commodore 128 and 128d]]&lt;br /&gt;
* [[Driver:FMTowns|Fujitsu FM-Towns personal computers]]&lt;br /&gt;
* [[Driver:HP300|HP 9000 series 300 workstations]]&lt;br /&gt;
* [[Driver:HP_IPC|Hewlett-Packard Integral PC]]&lt;br /&gt;
* [[Driver:InterPro|Intergraph InterPro and InterServe workstations and servers]]&lt;br /&gt;
* [[Driver:mc-68000-Computer|mc-68000-Computer]]&lt;br /&gt;
* [[Driver:MIPS|MIPS workstations and servers]]&lt;br /&gt;
* [[Driver:NeoGeo|Neo-Geo arcade and home hardware]]&lt;br /&gt;
* [[Driver:pdp1|DEC PDP-1]]&lt;br /&gt;
* [[Driver:Seibu SPI|Seibu SPI]] (Senkyu/Battle Balls, Viper Phase 1, Raiden Fighters series, E-Jan High School)&lt;br /&gt;
* [[Driver:Dempa Micom Soft Analog/Digital Intelligent Controller System|Micom Soft Analog/Digital Controller]]&lt;br /&gt;
* Soviet systems: [[Driver:Soviet PCs|PC clones]] -- [[Driver:Soviet PDP-11s|PDP-11 clones]] -- [[Driver:Soviet terminals|Terminals]] -- [[Driver:Agat|Agat]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
* Expansion cards for IBM PC and clones: [[Driver:PGC|IBM Professional Graphics Controller]]&lt;/div&gt;</summary>
		<author><name>Duke</name></author>
	</entry>
	<entry>
		<id>https://wiki.mamedev.org/index.php?title=Driver:mc-68000-Computer&amp;diff=8616</id>
		<title>Driver:mc-68000-Computer</title>
		<link rel="alternate" type="text/html" href="https://wiki.mamedev.org/index.php?title=Driver:mc-68000-Computer&amp;diff=8616"/>
		<updated>2023-05-10T07:56:49Z</updated>

		<summary type="html">&lt;p&gt;Duke: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The mc-68000-Computer was introduced in the &amp;quot;mc&amp;quot; magazine from Franzis Verlag. A full hardware description was provided and you could either build it yourself and order it pre-assembled.&lt;br /&gt;
&lt;br /&gt;
MAME emulates this computer, though there are some unfinished parts.&lt;br /&gt;
&lt;br /&gt;
== Basic system ==&lt;br /&gt;
&lt;br /&gt;
Just running&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;mame mc68000&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
will give you a bare-bones system with 128k of memory. It will look like this:&lt;br /&gt;
&lt;br /&gt;
[[File:Mc68000 01.png]]&lt;br /&gt;
&lt;br /&gt;
You can&#039;t actually insert a floppy since there is no floppy controller (and drives) attached. But as this point you can use the built-in monitor. Press ESC to enter it. Inside it, you can use HELP to get a short help. For example, try entering &amp;quot;dis ff35be ff3600&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Memory expansion ==&lt;br /&gt;
&lt;br /&gt;
To increase the built-in memory from 128k to 512k you can use the switch &amp;quot;-ramsize 512k&amp;quot;. This can always be used and in addition to other options.&lt;br /&gt;
&lt;br /&gt;
== Expansion slots ==&lt;br /&gt;
&lt;br /&gt;
The mc68000 has 8 &amp;quot;system bus&amp;quot; slots. A variety of cards were developed, but right now only the ram expansion and the floppy controller is emulated. To see which cards are available you can use the &amp;quot;-listslots&amp;quot; option&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;mame mc68000 -listslots&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will you a list of slots and the options  for them. In addition to the system bus this will also list the options for the centronics, serial and keyboard port.&lt;br /&gt;
&lt;br /&gt;
As an example, let&#039;s build a much more usable system with two ram expansion cards and the floppy controller card:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;mame mc68000 -sysbus:1 ram -sysbus:2 ram -sysbus:6 floppy&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can now add the &amp;quot;-listmedia&amp;quot; switch to get the list of supported media formats:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;mame mc68000 -sysbus:1 ram -sysbus:2 ram -sysbus:6 floppy -listmedia&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Finally, here&#039;s the full example that will attach a floppy on boot:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;mame mc68000 -sysbus:1 ram -sysbus:2 ram -sysbus:6 floppy -flop1 NKC1CPM68K.TD0&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Loading this will get you a screen like this:&lt;br /&gt;
&lt;br /&gt;
[[File:Mc68000 02.png]]&lt;br /&gt;
&lt;br /&gt;
At this point you have a fully usable CP/M 68k system.&lt;br /&gt;
&lt;br /&gt;
[[Category:Year_1983]]&lt;/div&gt;</summary>
		<author><name>Duke</name></author>
	</entry>
	<entry>
		<id>https://wiki.mamedev.org/index.php?title=Driver:mc-68000-Computer&amp;diff=8615</id>
		<title>Driver:mc-68000-Computer</title>
		<link rel="alternate" type="text/html" href="https://wiki.mamedev.org/index.php?title=Driver:mc-68000-Computer&amp;diff=8615"/>
		<updated>2023-05-10T07:56:33Z</updated>

		<summary type="html">&lt;p&gt;Duke: Initial version&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The mc-68000-Computer was introduced in the &amp;quot;mc&amp;quot; magazine from Franzis Verlag. A full hardware description was provided and you could either build it yourself and order it pre-assembled.&lt;br /&gt;
&lt;br /&gt;
MAME emulated this computer, though there are some unfinished parts.&lt;br /&gt;
&lt;br /&gt;
== Basic system ==&lt;br /&gt;
&lt;br /&gt;
Just running&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;mame mc68000&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
will give you a bare-bones system with 128k of memory. It will look like this:&lt;br /&gt;
&lt;br /&gt;
[[File:Mc68000 01.png]]&lt;br /&gt;
&lt;br /&gt;
You can&#039;t actually insert a floppy since there is no floppy controller (and drives) attached. But as this point you can use the built-in monitor. Press ESC to enter it. Inside it, you can use HELP to get a short help. For example, try entering &amp;quot;dis ff35be ff3600&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Memory expansion ==&lt;br /&gt;
&lt;br /&gt;
To increase the built-in memory from 128k to 512k you can use the switch &amp;quot;-ramsize 512k&amp;quot;. This can always be used and in addition to other options.&lt;br /&gt;
&lt;br /&gt;
== Expansion slots ==&lt;br /&gt;
&lt;br /&gt;
The mc68000 has 8 &amp;quot;system bus&amp;quot; slots. A variety of cards were developed, but right now only the ram expansion and the floppy controller is emulated. To see which cards are available you can use the &amp;quot;-listslots&amp;quot; option&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;mame mc68000 -listslots&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will you a list of slots and the options  for them. In addition to the system bus this will also list the options for the centronics, serial and keyboard port.&lt;br /&gt;
&lt;br /&gt;
As an example, let&#039;s build a much more usable system with two ram expansion cards and the floppy controller card:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;mame mc68000 -sysbus:1 ram -sysbus:2 ram -sysbus:6 floppy&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can now add the &amp;quot;-listmedia&amp;quot; switch to get the list of supported media formats:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;mame mc68000 -sysbus:1 ram -sysbus:2 ram -sysbus:6 floppy -listmedia&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Finally, here&#039;s the full example that will attach a floppy on boot:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;mame mc68000 -sysbus:1 ram -sysbus:2 ram -sysbus:6 floppy -flop1 NKC1CPM68K.TD0&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Loading this will get you a screen like this:&lt;br /&gt;
&lt;br /&gt;
[[File:Mc68000 02.png]]&lt;br /&gt;
&lt;br /&gt;
At this point you have a fully usable CP/M 68k system.&lt;br /&gt;
&lt;br /&gt;
[[Category:Year_1983]]&lt;/div&gt;</summary>
		<author><name>Duke</name></author>
	</entry>
	<entry>
		<id>https://wiki.mamedev.org/index.php?title=File:Mc68000_02.png&amp;diff=8614</id>
		<title>File:Mc68000 02.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.mamedev.org/index.php?title=File:Mc68000_02.png&amp;diff=8614"/>
		<updated>2023-05-10T07:53:26Z</updated>

		<summary type="html">&lt;p&gt;Duke: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Duke</name></author>
	</entry>
	<entry>
		<id>https://wiki.mamedev.org/index.php?title=File:Mc68000_01.png&amp;diff=8613</id>
		<title>File:Mc68000 01.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.mamedev.org/index.php?title=File:Mc68000_01.png&amp;diff=8613"/>
		<updated>2023-05-09T15:30:38Z</updated>

		<summary type="html">&lt;p&gt;Duke: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Duke</name></author>
	</entry>
</feed>