Home
last modified time | relevance | path

Searched refs:cart_head (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/dgen-sdl/dgen-sdl-1.33/
H A Dmd.cpp631 memset(&cart_head, 0, sizeof(cart_head)); in md()
904 char const* avail = this->cart_head.countries; in region_guess()
911 for (i = 0; (i != sizeof(this->cart_head.countries)); ++i) in region_guess()
945 memset(&cart_head, 0, sizeof(cart_head)); in unplug()
994 memcpy((void*)cart_head.system_name, (void*)(temp + 0x100), 0x10); in load()
1005 cart_head.save_magic = temp[0x1b0]<<8 | temp[0x1b1]; in load()
1006 cart_head.save_flags = temp[0x1b2]<<8 | temp[0x1b3]; in load()
1009 memcpy((void*)cart_head.memo, (void*)(temp + 0x1c8), 0x28); in load()
1010 memcpy((void*)cart_head.countries, (void*)(temp + 0x1f0), 0x10); in load()
1016 if ((!strncmp(cart_head.system_name, "SEGA PICO", 9)) || in load()
[all …]
H A Dmd.h550 } cart_head; variable
/dports/emulators/dgen-sdl/dgen-sdl-1.33/sdl/
H A Dsdl.cpp6860 CE("System", megad.cart_head.system_name), in pd_show_carthead()
6861 CE("Copyright", megad.cart_head.copyright), in pd_show_carthead()
6862 CE("Domestic name", megad.cart_head.domestic_name), in pd_show_carthead()
6863 CE("Overseas name", megad.cart_head.overseas_name), in pd_show_carthead()
6864 CE("Product number", megad.cart_head.product_no), in pd_show_carthead()
6865 CE("Memo", megad.cart_head.memo), in pd_show_carthead()
6866 CE("Countries", megad.cart_head.countries) in pd_show_carthead()