From 1a8ffd75606e69c6f766188f2ab424cc53782a52 Mon Sep 17 00:00:00 2001 From: Ian C Date: Thu, 15 Jan 2004 18:53:52 +0000 Subject: Changes from work --- src/spec.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/spec.h') diff --git a/src/spec.h b/src/spec.h index 0dae7e7..69a19d1 100644 --- a/src/spec.h +++ b/src/spec.h @@ -57,6 +57,10 @@ const Z80Label *SPECGetLabel(void); */ const char *SPECInfo(Z80 *z80); +/* Called when the machine is reset +*/ +void SPECReset(Z80 *z80); + /* Interfaces for snapshot and device control */ -- cgit v1.2.3