X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fmemory_amips.s;h=b11c2e28733acb5e9aa009d564c8a8ec39f089b2;hb=75b84e4b7c446cf42a2838834b5d50a4059709fe;hp=34d36731c23f2a7504ade4c927592d22f6d4b540;hpb=1cfc5cc4ce06642b9bc45ca3b9d32793718e9455;p=picodrive.git diff --git a/pico/memory_amips.s b/pico/memory_amips.s index 34d3673..b11c2e2 100644 --- a/pico/memory_amips.s +++ b/pico/memory_amips.s @@ -1,11 +1,12 @@ -# vim:filetype=mips - -# memory handlers with banking support for SSF II - The New Challengers -# mostly based on Gens code - -# (c) Copyright 2007, Grazvydas "notaz" Ignotas -# All Rights Reserved +#* +#* memory handlers with banking support +#* (C) notaz, 2007-2008 +#* +#* This work is licensed under the terms of MAME license. +#* See COPYING file in the top-level directory. +#* +# OUT OF DATE .set noreorder .set noat @@ -467,7 +468,7 @@ m_read8_vdp: or $t0, $t1 bnez $t0, m_read_null # invalid address nop - j PicoVideoRead8 + j PicoRead8_vdp nop m_read8_ram: @@ -786,3 +787,4 @@ pwr_banking: jr $ra nop +# vim:filetype=mips