<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://www.ninerpedia.org/index.php?action=history&amp;feed=atom&amp;title=GRAM_Simulator_format</id>
	<title>GRAM Simulator format - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://www.ninerpedia.org/index.php?action=history&amp;feed=atom&amp;title=GRAM_Simulator_format"/>
	<link rel="alternate" type="text/html" href="http://www.ninerpedia.org/index.php?title=GRAM_Simulator_format&amp;action=history"/>
	<updated>2026-04-24T18:34:17Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.37.1</generator>
	<entry>
		<id>http://www.ninerpedia.org/index.php?title=GRAM_Simulator_format&amp;diff=49682&amp;oldid=prev</id>
		<title>HackMac: initial content</title>
		<link rel="alternate" type="text/html" href="http://www.ninerpedia.org/index.php?title=GRAM_Simulator_format&amp;diff=49682&amp;oldid=prev"/>
		<updated>2016-04-10T09:33:38Z</updated>

		<summary type="html">&lt;p&gt;initial content&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The GRAM format is a headered [[Formats#ROM_dump_formats|ROM dump format]] from the cartridge memory chips, introduced by the TI Gebruikers Groep of Netherlands. &lt;br /&gt;
&lt;br /&gt;
The contents of these files are taken from the ROMs and GROMs of the cartridge, so there must be meta-data about the origin of the data. In fact, these files are commonly 8193 bytes long, that is, 1 byte plus the fixed size of a ROM (8K).&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width:60em; text-align:center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:4em&amp;quot; | &lt;br /&gt;
| style=&amp;quot;width:7em&amp;quot; | 0&lt;br /&gt;
| style=&amp;quot;width:7em&amp;quot; | 1 &lt;br /&gt;
| style=&amp;quot;width:7em&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;width:7em&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;width:7em&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;width:7em&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;width:7em&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;width:7em&amp;quot; | 7&lt;br /&gt;
|-&lt;br /&gt;
| 0x00&lt;br /&gt;
| style=&amp;quot;border: 1px solid black; padding:0.2ex&amp;quot; | Header&lt;br /&gt;
| colspan=&amp;quot;7&amp;quot; style=&amp;quot;border: 1px solid black; padding:0.2ex&amp;quot; | Data&lt;br /&gt;
|-&lt;br /&gt;
| 0x08&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; colspan=&amp;quot;8&amp;quot; style=&amp;quot;border: 1px solid black; padding:0.2ex&amp;quot; | Data&lt;br /&gt;
|-&lt;br /&gt;
| ...&lt;br /&gt;
|-&lt;br /&gt;
| end&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Header&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width:60em; text-align:center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:4em&amp;quot; | &lt;br /&gt;
| style=&amp;quot;width:7em&amp;quot; | 0&lt;br /&gt;
| style=&amp;quot;width:7em&amp;quot; | 1 &lt;br /&gt;
| style=&amp;quot;width:7em&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;width:7em&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;width:7em&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;width:7em&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;width:7em&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;width:7em&amp;quot; | 7&lt;br /&gt;
|-&lt;br /&gt;
| Bit&lt;br /&gt;
| style=&amp;quot;border: 1px solid black; padding:0.2ex&amp;quot; | MF&lt;br /&gt;
| style=&amp;quot;border: 1px solid black; padding:0.2ex&amp;quot; | Type&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; style=&amp;quot;border: 1px solid black; padding:0.2ex&amp;quot; | ROM Bank&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; style=&amp;quot;border: 1px solid black; padding:0.2ex&amp;quot; | GROM Bank&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;MF&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* 1: There are remaining files&lt;br /&gt;
* 0: No more files&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Type&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* 1: GROM file&lt;br /&gt;
* 0: ROM file&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;ROM Bank&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Three bits to define the bank number.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;GROM Bank&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Three bits to define the 8k block in the GROM address space. A value of 3 represents the 8k memory space starting at G&amp;gt;6000.&lt;br /&gt;
&lt;br /&gt;
== Other Headered Dump File Formats ==&lt;br /&gt;
* [[GRAM Karte format|GRAM Karte]] (Mechatronic, West-Germany)&lt;br /&gt;
* [[GRAM Kracker format |GRAM Kracker]] (Millers Graphics, USA)&lt;br /&gt;
* [[Module Simulator format|Module Simulator]] (Texas Instruments)&lt;br /&gt;
* [[Memory Image format E/A Module|Memory Image E/A Module]] (Texas Instruments)&lt;br /&gt;
* [[Memory Image format Easybug|Memory Image Easybug]] (Texas Instruments)&lt;br /&gt;
* [[RAM Module Handler format|RAM Module Handler]] (E.P. Rebel, Netherlands)&lt;br /&gt;
* [[DSR RAM Handler format|DSR RAM Handler]] (E.P. Rebel, Netherlands)&lt;br /&gt;
&lt;br /&gt;
[[Category:File Format]]&lt;/div&gt;</summary>
		<author><name>HackMac</name></author>
	</entry>
</feed>