X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Pico%2Fcd%2FMemory.s;h=1b9fe9653dcf144cf98771cfaebcbc28fb811215;hb=fa22af4cafc6a87a3d9da07f377fc93e6a3bf55d;hp=3b49cacd7c0555e5330be58a108101cae24cc92b;hpb=3aa1e148a28da9b4e10e824984f7b3a4908b1ace;p=picodrive.git diff --git a/Pico/cd/Memory.s b/Pico/cd/Memory.s index 3b49cac..1b9fe96 100644 --- a/Pico/cd/Memory.s +++ b/Pico/cd/Memory.s @@ -128,7 +128,6 @@ m_s68k_decode_write_table: .extern PicoVideoRead .extern Read_CDC_Host .extern m68k_reg_write8 -.extern OtherWrite8 .extern OtherWrite16 .extern gfx_cd_read .extern s68k_reg_read16 @@ -381,7 +380,7 @@ PicoWriteS68k32: @ u32 a, u32 d add r2, r2, #0x110000 add r2, r2, #0x002200 .if \is_read - ldrb r0, [r2, #0x18] + ldrb r0, [r2, #0x18] @ Pico_mcd->m.bcram_reg .else strb r1, [r2, #0x18] .endif