NeoGeo: fix the index size.

This commit is contained in:
sorgelig
2019-08-12 00:53:50 +08:00
parent 9d8d6d1f18
commit 7059d589a6

View File

@@ -384,7 +384,7 @@ static void notify_core(uint8_t index, uint32_t size)
}
static uint32_t crom_sz = 0;
static uint32_t neogeo_tx(const char* path, const char* name, uint8_t neo_file_type, int8_t index, uint32_t offset, uint32_t size, uint32_t expand = 0)
static uint32_t neogeo_tx(const char* path, const char* name, uint8_t neo_file_type, int16_t index, uint32_t offset, uint32_t size, uint32_t expand = 0)
{
/*
if (index >= 0) neogeo_file_tx(path, name, neo_file_type, index, offset, size);