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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mess/includes/bbc.h b/src/mess/includes/bbc.h
index 4499f6c2ff3..ba11b034d8d 100644
--- a/src/mess/includes/bbc.h
+++ b/src/mess/includes/bbc.h
@@ -356,6 +356,8 @@ protected:
void MC6850_Receive_Clock(int new_clock);
void BBC_Cassette_motor(unsigned char status);
void bbc_update_fdq_int(int state);
+public:
+ unsigned int calculate_video_address(int ma,int ra);
};