summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/apple2.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2012-09-18 07:33:27 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2012-09-18 07:33:27 +0000
commit2a06847d59b27f9927caa22761514640dadb9c8a (patch)
treec7d8f75dc7470758abe0bd6f531412ee980c1993 /src/mess/includes/apple2.h
parent2bc32d8645b8f45925420e310b8c26974866a29c (diff)
manual cleanup of mame and mess includes (no whatsnew)
Diffstat (limited to 'src/mess/includes/apple2.h')
-rw-r--r--src/mess/includes/apple2.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mess/includes/apple2.h b/src/mess/includes/apple2.h
index da0e7ab9491..19671f58086 100644
--- a/src/mess/includes/apple2.h
+++ b/src/mess/includes/apple2.h
@@ -281,14 +281,9 @@ int apple2_pressed_specialkey(running_machine &machine, UINT8 key);
void apple2_setup_memory(running_machine &machine, const apple2_memmap_config *config);
void apple2_update_memory(running_machine &machine);
-
-
/*----------- defined in video/apple2.c -----------*/
void apple2_video_start(running_machine &machine, const UINT8 *vram, size_t vram_size, UINT32 ignored_softswitches, int hires_modulo);
-
-
-
#endif /* APPLE2_H_ */