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_fill_screen.z80 | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/ubox/ubox_fill_screen.z80') diff --git a/src/ubox/ubox_fill_screen.z80 b/src/ubox/ubox_fill_screen.z80 index e803f76..f07218c 100644 --- a/src/ubox/ubox_fill_screen.z80 +++ b/src/ubox/ubox_fill_screen.z80 @@ -4,8 +4,6 @@ FILVRM = 0x0056 BG_TILE_MAP = 0x1800 _ubox_fill_screen:: - ld a, l ld hl, #BG_TILE_MAP ld bc, #768 jp FILVRM - -- cgit v1.2.3