X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fgizmondo%2Fmain.c;h=562b7ade394f2edeeec8bfb2dae6b919b8bd41a2;hb=ee3c39efd2cf51cd654b6240f6fb595673f10f45;hp=801fbc851f768470a42ba1a0c15e5d16d30a160d;hpb=ca482e5de8bacb70db55f43afe02f93fe6fe3f16;p=picodrive.git diff --git a/platform/gizmondo/main.c b/platform/gizmondo/main.c index 801fbc8..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"); @@ -46,7 +49,7 @@ int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdL engineState = PGS_Running; case PGS_Running: - emu_Loop(); + pemu_loop(); break; case PGS_Quit: