From 703ab56587aac0d79ccc0f72f2b8d9ee235e20a5 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Mon, 27 May 2024 23:24:19 +0100 Subject: Use SDCC's new calling convention (this is an ABI breaking change, and will require changes to user-written asm functions or their declarations) --- src/ubox/ubox_isr.z80 | 1 - 1 file changed, 1 deletion(-) (limited to 'src/ubox/ubox_isr.z80') diff --git a/src/ubox/ubox_isr.z80 b/src/ubox/ubox_isr.z80 index f25e35d..b8a19fe 100644 --- a/src/ubox/ubox_isr.z80 +++ b/src/ubox/ubox_isr.z80 @@ -12,7 +12,6 @@ REPCNT = 0xf3f7 _ubox_init_isr:: di - ld a, l ld (ubox_isr_wait_ticks), a xor a ld (ubox_isr_wait_tick), a -- cgit v1.2.3