summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/bbc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/bbc.h')
-rw-r--r--src/mess/includes/bbc.h33
1 files changed, 0 insertions, 33 deletions
diff --git a/src/mess/includes/bbc.h b/src/mess/includes/bbc.h
index a756b10849a..dbdfc2852c3 100644
--- a/src/mess/includes/bbc.h
+++ b/src/mess/includes/bbc.h
@@ -295,36 +295,13 @@ extern const via6522_interface bbcb_system_via;
extern const via6522_interface bbcb_user_via;
extern const wd17xx_interface bbc_wd17xx_interface;
-
-
-
-
-
-
-
-
-
-
INTERRUPT_GEN( bbcb_keyscan );
INTERRUPT_GEN( bbcm_keyscan );
-
-
-
-
-
-
-
/* disc support */
DEVICE_IMAGE_LOAD ( bbcb_cart );
-
-
-
-
-
-
/* tape support */
@@ -333,18 +310,8 @@ extern const uPD7002_interface bbc_uPD7002;
/*----------- defined in video/bbc.c -----------*/
-
-
-
-
-
-
void bbc_set_video_memory_lookups(running_machine &machine, int ramsize);
void bbc_setscreenstart(running_machine &machine, int b4, int b5);
void bbcbp_setvideoshadow(running_machine &machine, int vdusel);
-
-
-
-
#endif /* BBC_H_ */