X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fcd%2Fpico_arm.s;h=9159e28b904415465f42426f0b414e8e15096005;hb=cff531af94bd9c9c89ae162e80f48ddc26a4e504;hp=a51590f5ce3417179d40bebf0e45cb591ecf408f;hpb=fb7a7fea8735400818773dd47f1e6913bd1ceecf;p=picodrive.git diff --git a/pico/cd/pico_arm.s b/pico/cd/pico_arm.s index a51590f..9159e28 100644 --- a/pico/cd/pico_arm.s +++ b/pico/cd/pico_arm.s @@ -1,12 +1,15 @@ -@ vim:filetype=armasm +@* +@* CPU scheduling code +@* (C) notaz, 2007-2008 +@* +@* This work is licensed under the terms of MAME license. +@* See COPYING file in the top-level directory. +@* @ SekRunPS runs PicoCpuCM68k and PicoCpuCS68k interleaved in steps of PS_STEP_M68K @ cycles. This is done without calling CycloneRun and jumping directly to @ Cyclone code to avoid pushing/popping all the registers every time. -@ (c) Copyright 2007, Grazvydas "notaz" Ignotas -@ All Rights Reserved - .equiv PS_STEP_M68K, ((488<<16)/20) @ ~24 @@ -179,3 +182,4 @@ CycloneSpecial2: mov r5,#0 bx r1 +@ vim:filetype=armasm