diff options
author | 2025-01-31 03:29:36 +1100 | |
---|---|---|
committer | 2025-01-31 03:29:36 +1100 | |
commit | fbb446e8adfef79f5ca47b9b1f64bf72266c1e57 (patch) | |
tree | dbc38f8a0a97f3b85c1885d9162eae7d0802462c /hash | |
parent | 802bce33ebeb98d71a483112f9f7841ff1738f9b (diff) |
Fix up some stuff:
* formats/cassimg.cpp: Put allocation outside loop again, check more allocations for failure.
* pc8801_flop.xml: Actually mark clones as clones, transliterate title for S.F.3.D.
* apple/macadb.cpp: Tidy a little.
Diffstat (limited to 'hash')
-rw-r--r-- | hash/pc8801_flop.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hash/pc8801_flop.xml b/hash/pc8801_flop.xml index 5e680d13eb4..52d06cc6aec 100644 --- a/hash/pc8801_flop.xml +++ b/hash/pc8801_flop.xml @@ -29122,7 +29122,7 @@ Start and Program Disks OK, the remaining part is damaged (missing d88 headers?) </software> <software name="sf3dthxg"> - <description>S.F.3.D - Original Operation Thanksgiving</description> + <description>Point X Senryō Sakusen S.F.3.D - Original Operation Thanksgiving</description> <year>1986</year> <publisher>クロスメディアソフト (Cross Media Soft)</publisher> <!-- PC8801 --> @@ -29135,8 +29135,8 @@ Start and Program Disks OK, the remaining part is damaged (missing d88 headers?) </part> </software> - <software name="sf3dthxga"> - <description>S.F.3.D - Original Operation Thanksgiving (alt)</description> + <software name="sf3dthxga" cloneof="sf3dthxg"> + <description>Point X Senryō Sakusen S.F.3.D - Original Operation Thanksgiving (alt)</description> <year>1986</year> <publisher>クロスメディアソフト (Cross Media Soft)</publisher> <!-- PC8801 --> |