From 8f393f526f725eca1ab20173fc899d5afbe6d2d6 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Wed, 15 Apr 2020 23:25:57 +1000 Subject: softlist_dev.cpp: start adding validation for data areas romload.cpp: reduce copy-pasta (nw) (nw) I fixed the errors found by adding validation to software list data areas. Most of them seem to be simple copy-paste errors hidden by the fact that the default device_image_interface loader ignores the data area size (as opposed to the "ROM" loader). There was one C64 cartridge with a missing zero on the data area size that was pretty clearly wrong. --- hash/sega_beena_cart.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hash/sega_beena_cart.xml') diff --git a/hash/sega_beena_cart.xml b/hash/sega_beena_cart.xml index b335aef1332..c7ea0d4e5b1 100644 --- a/hash/sega_beena_cart.xml +++ b/hash/sega_beena_cart.xml @@ -185,7 +185,7 @@ license:CC0 - + @@ -210,7 +210,7 @@ license:CC0 - + -- cgit v1.2.3