X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2F32x%2F32x.c;h=a452f83d7d28ec640071e9c644b714d9d5441caa;hb=cff531af94bd9c9c89ae162e80f48ddc26a4e504;hp=ffd4f1f416187a36bfbb539cdc4e7ed065990626;hpb=fcdefcf62cb71969b456a6f27688adbeb5890bb9;p=picodrive.git diff --git a/pico/32x/32x.c b/pico/32x/32x.c index ffd4f1f..a452f83 100644 --- a/pico/32x/32x.c +++ b/pico/32x/32x.c @@ -1,12 +1,16 @@ +/* + * PicoDrive + * (C) notaz, 2009,2010 + * + * This work is licensed under the terms of MAME license. + * See COPYING file in the top-level directory. + */ #include "../pico_int.h" #include "../sound/ym2612.h" struct Pico32x Pico32x; SH2 sh2s[2]; -int p32x_msh2_multiplier = MSH2_MULTI_DEFAULT; -int p32x_ssh2_multiplier = SSH2_MULTI_DEFAULT; - static int REGPARM(2) sh2_irq_cb(SH2 *sh2, int level) { if (sh2->pending_irl > sh2->pending_int_irq) {