diff options
author | 2016-06-16 15:48:35 +0200 | |
---|---|---|
committer | 2016-06-16 15:48:35 +0200 | |
commit | 7cf0897b3eb3028c2370986543e88fec2a192af7 (patch) | |
tree | 94b9d4ba9e15eba9df1e5a87563d44a25c2b4f56 | |
parent | f0e414f04a42f075f57d34907bda30682180df90 (diff) |
fixed an old copy'n'paste mistake in pico.xml. thanks to Tafoid for spotting it. nw.
-rw-r--r-- | hash/pico.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hash/pico.xml b/hash/pico.xml index 5853cc567b7..26694ef11e3 100644 --- a/hash/pico.xml +++ b/hash/pico.xml @@ -2006,7 +2006,7 @@ Published by Others (T-yyy*** serial codes, for yyy depending on the publisher) <feature name="pcb" value="" /> <feature name="ic1" value="PICO-9515I" /> <dataarea name="flop" size="2097152"> - <rom name="pico-9515i.ic1" size="2097152" crc="63e37ab9" sha1="a7ff319deaffbb27d732d86ad42458f26e4fcb12" offset="0" loadflag="load16_word_swap" /> + <rom name="pico-9515i.ic1" size="2097152" crc="c7eb7f24" sha1="5058640eb70268345e6e630ac78958c99121e294" offset="0" loadflag="load16_word_swap" /> </dataarea> </part> </software> |