From b7c652b8ddaa4b43e9f54617b6d6d01391781108 Mon Sep 17 00:00:00 2001 From: Aaron Giles Date: Fri, 2 Jan 2009 17:26:37 +0000 Subject: Removed a couple of unnecessary typedefs from mamecore.h. Updated romload to use an astring for accumulating errors (I always feared busting that buffer with some huge romlist). --- src/emu/romload.h | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'src/emu/romload.h') diff --git a/src/emu/romload.h b/src/emu/romload.h index de139ed81d4..fb310cd2962 100644 --- a/src/emu/romload.h +++ b/src/emu/romload.h @@ -141,25 +141,6 @@ struct _rom_entry }; -/* In mamecore.h: typedef struct _rom_load_data rom_load_data; */ -struct _rom_load_data -{ - int warnings; /* warning count during processing */ - int errors; /* error count during processing */ - - int romsloaded; /* current ROMs loaded count */ - int romstotal; /* total number of ROMs to read */ - - mame_file * file; /* current file */ - - UINT8 * regionbase; /* base of current region */ - UINT32 regionlength; /* length of current region */ - - char errorbuf[4096]; /* accumulated errors */ - UINT8 tempbuf[65536]; /* temporary buffer */ -}; - - /*************************************************************************** MACROS -- cgit v1.2.3-70-g09d2