From 6952f03a7dfef2424164762ecd98fb128b7e44eb Mon Sep 17 00:00:00 2001 From: Karl Kurbjun Date: Mon, 19 Jun 2006 01:47:45 +0000 Subject: Update for Rockboy: - fix scaling for other color screens than H300 - full menu rewrite to display choices properly - some small tweaks to code - some formatting updates git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10137 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/rockboy/hw.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'apps/plugins/rockboy/hw.h') diff --git a/apps/plugins/rockboy/hw.h b/apps/plugins/rockboy/hw.h index 5bc1230b3e..f1e632abdb 100644 --- a/apps/plugins/rockboy/hw.h +++ b/apps/plugins/rockboy/hw.h @@ -38,10 +38,10 @@ void hw_interrupt(byte i, byte mask) ICODE_ATTR; void hw_dma(byte b) ICODE_ATTR; void hw_hdma_cmd(byte c) ICODE_ATTR; void hw_hdma(void) ICODE_ATTR; -void pad_refresh(void)ICODE_ATTR; -void pad_press(byte k)ICODE_ATTR; -void pad_release(byte k)ICODE_ATTR; -void pad_set(byte k, int st)ICODE_ATTR; +void pad_refresh(void) ICODE_ATTR; +void pad_press(byte k) ICODE_ATTR; +void pad_release(byte k) ICODE_ATTR; +void pad_set(byte k, int st) ICODE_ATTR; void hw_reset(void); #endif -- cgit v1.2.3