summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pc6001.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pc6001.cpp')
-rw-r--r--src/mame/drivers/pc6001.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mame/drivers/pc6001.cpp b/src/mame/drivers/pc6001.cpp
index ad5243e5df6..0372eec0460 100644
--- a/src/mame/drivers/pc6001.cpp
+++ b/src/mame/drivers/pc6001.cpp
@@ -303,9 +303,6 @@ protected:
UINT8 check_joy_press();
UINT8 check_keyboard_press();
void vram_bank_change(UINT8 vram_bank);
- ATTR_CONST UINT8 pc6001_get_attributes(UINT8 c,int scanline, int pos);
- const UINT8 *pc6001_get_video_ram(int scanline);
- UINT8 pc6001_get_char_rom(UINT8 ch, int line);
};