summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/bladestl.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2014-03-27 14:54:32 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2014-03-27 14:54:32 +0000
commit9a05909abe6c1d74bf7ebbee9b5d62adb10779b5 (patch)
treed204bb994ae205af75c2f2220ec1d2e47445760c /src/mame/includes/bladestl.h
parent09cf6f06ff2bf977a85f633792c460e4d7054b73 (diff)
k007420 callbacks to delegates (nw)
Diffstat (limited to 'src/mame/includes/bladestl.h')
-rw-r--r--src/mame/includes/bladestl.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/includes/bladestl.h b/src/mame/includes/bladestl.h
index 3c4abf9e91f..33e05dc6053 100644
--- a/src/mame/includes/bladestl.h
+++ b/src/mame/includes/bladestl.h
@@ -53,7 +53,6 @@ public:
required_device<palette_device> m_palette;
void set_pens();
K007342_CALLBACK_MEMBER(bladestl_tile_callback);
+ K007420_CALLBACK_MEMBER(bladestl_sprite_callback);
};
-/*----------- defined in video/bladestl.c -----------*/
-void bladestl_sprite_callback(running_machine &machine, int *code, int *color);