X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fgizmondo%2Fmain.c;h=562b7ade394f2edeeec8bfb2dae6b919b8bd41a2;hb=31f944ea8ceee82ec8b1451aa86b8d4a9d07367e;hp=cd678f0ab0e0462ad3341143ba782bcb59cf1781;hpb=f2cf84723f891a6aa8cb39f74a0961013dc10601;p=picodrive.git diff --git a/platform/gizmondo/main.c b/platform/gizmondo/main.c index cd678f0..562b7ad 100644 --- a/platform/gizmondo/main.c +++ b/platform/gizmondo/main.c @@ -1,7 +1,10 @@ -// (c) Copyright 2007 notaz, All rights reserved. -// Free for non-commercial use. - -// For commercial use, separate licencing terms must be obtained. +/* + * PicoDrive + * (C) notaz, 2006-2008 + * + * This work is licensed under the terms of MAME license. + * See COPYING file in the top-level directory. + */ #include @@ -34,7 +37,7 @@ int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdL break; case PGS_ReloadRom: - if (emu_ReloadRom(romFileName)) + if (emu_reload_rom(romFileName)) engineState = PGS_Running; else { lprintf("PGS_ReloadRom == 0\n");