diff options
author | 2012-09-18 07:33:27 +0000 | |
---|---|---|
committer | 2012-09-18 07:33:27 +0000 | |
commit | 2a06847d59b27f9927caa22761514640dadb9c8a (patch) | |
tree | c7d8f75dc7470758abe0bd6f531412ee980c1993 /src/mess/includes/oric.h | |
parent | 2bc32d8645b8f45925420e310b8c26974866a29c (diff) |
manual cleanup of mame and mess includes (no whatsnew)
Diffstat (limited to 'src/mess/includes/oric.h')
-rw-r--r-- | src/mess/includes/oric.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/mess/includes/oric.h b/src/mess/includes/oric.h index 370605b2bf2..85c2ec8ac4b 100644 --- a/src/mess/includes/oric.h +++ b/src/mess/includes/oric.h @@ -110,25 +110,9 @@ public: UINT32 screen_update_oric(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect); }; - /*----------- defined in machine/oric.c -----------*/ - extern const via6522_interface oric_6522_interface; extern const via6522_interface telestrat_via2_interface; extern const wd17xx_interface oric_wd17xx_interface; - - - - -/* Telestrat specific */ - - - -/*----------- defined in video/oric.c -----------*/ - - - - - #endif /* ORIC_H_ */ |