summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/h6280/h6280.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/h6280/h6280.h')
-rw-r--r--src/emu/cpu/h6280/h6280.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/cpu/h6280/h6280.h b/src/emu/cpu/h6280/h6280.h
index 3a714074741..3f40ddcf03e 100644
--- a/src/emu/cpu/h6280/h6280.h
+++ b/src/emu/cpu/h6280/h6280.h
@@ -84,8 +84,8 @@ READ8_HANDLER( h6280_timer_r );
WRITE8_HANDLER( h6280_timer_w );
/* functions for use by the PSG and joypad port only! */
-UINT8 h6280io_get_buffer(device_config*);
-void h6280io_set_buffer(device_config*, UINT8);
+UINT8 h6280io_get_buffer(const device_config*);
+void h6280io_set_buffer(const device_config*, UINT8);
CPU_DISASSEMBLE( h6280 );