diff options
| author | 2012-10-19 17:29:38 +0000 | |
|---|---|---|
| committer | 2012-10-19 17:29:38 +0000 | |
| commit | 12a3deb69189bf797c0914b80d7577b73b874cde (patch) | |
| tree | 9971bdfd0f438a9c77819da00fe6668680f4a370 /hash | |
| parent | 2b6cd8198a0b427f283972ce9356e36ea1bce484 (diff) | |
(MESS) c128: Fixed MMU MS0/1 lines. (nw)
Diffstat (limited to 'hash')
| -rw-r--r-- | hash/c128_cart.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hash/c128_cart.xml b/hash/c128_cart.xml index adaeda40d89..a2d97a5a65c 100644 --- a/hash/c128_cart.xml +++ b/hash/c128_cart.xml @@ -42,10 +42,10 @@ <feature name="game" value="1" /> <feature name="exrom" value="1" /> - <dataarea name="romh" size="0x18000"> + <dataarea name="romh" size="0x20000"> <rom name="comal80.u1" size="0x8000" crc="65358f73" sha1="14b032b55d65b4c692ec4f0c0c5da07b28a5822d" offset="0x00000" /> <rom name="comal80.u2" size="0x8000" crc="2f9da033" sha1="8dcb465cb7b32af996d43c8a15d70e35e5c7d321" offset="0x08000" /> - <rom name="comal80.u3" size="0x8000" crc="2f9da033" sha1="8dcb465cb7b32af996d43c8a15d70e35e5c7d321" offset="0x10000" /> + <rom name="comal80.u3" size="0x8000" crc="2f9da033" sha1="8dcb465cb7b32af996d43c8a15d70e35e5c7d321" offset="0x18000" /> </dataarea> </part> </software> |
