diff options
| author | 2014-02-16 22:26:09 +0000 | |
|---|---|---|
| committer | 2014-02-16 22:26:09 +0000 | |
| commit | 352576c01f44f92bb480c4411384dd5aaccec00b (patch) | |
| tree | 7247ef8226b49fb890f223bb69bbfcb771c62d3b /hash | |
| parent | 54e7f2708305b8a747dbfa4a1f03a53326715eab (diff) | |
fix data area size (surprised there isn't a validation test for this, think it's been wrong since it was added in jan last year) (nw)
Diffstat (limited to 'hash')
| -rw-r--r-- | hash/to7_cart.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hash/to7_cart.xml b/hash/to7_cart.xml index 89ef26205d4..d2a90a980d3 100644 --- a/hash/to7_cart.xml +++ b/hash/to7_cart.xml @@ -381,7 +381,7 @@ <publisher>To Tek</publisher> <part name="cart" interface="to7_cart"> - <dataarea name="rom" size="4096"> + <dataarea name="rom" size="16384"> <rom name="videotex interactif (1984)(to tek)(fr).m7" size="16384" crc="a887814a" sha1="1bac88a14b762b63fea5b309849d9ee0e9b518f1" offset="0x0000" /> </dataarea> </part> |
