summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/pgm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/pgm.h')
-rw-r--r--src/mame/includes/pgm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/includes/pgm.h b/src/mame/includes/pgm.h
index daf39a83b5d..23f43937ff3 100644
--- a/src/mame/includes/pgm.h
+++ b/src/mame/includes/pgm.h
@@ -130,7 +130,6 @@ public:
void asic3_compute_hold(int,int);
DECLARE_READ16_MEMBER( pgm_asic3_r );
DECLARE_WRITE16_MEMBER( pgm_asic3_w );
- DECLARE_WRITE16_MEMBER( pgm_asic3_reg_w );
};