diff options
Diffstat (limited to 'src/emu/cpu/alph8201/alph8201.h')
-rw-r--r-- | src/emu/cpu/alph8201/alph8201.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/cpu/alph8201/alph8201.h b/src/emu/cpu/alph8201/alph8201.h index 9b99e8eb86b..b6e783bde55 100644 --- a/src/emu/cpu/alph8201/alph8201.h +++ b/src/emu/cpu/alph8201/alph8201.h @@ -38,8 +38,8 @@ enum { ALPHA8201_R4,ALPHA8201_R5,ALPHA8201_R6,ALPHA8201_R7 }; -extern void ALPHA8201_get_info(UINT32 state, cpuinfo *info); -extern void ALPHA8301_get_info(UINT32 state, cpuinfo *info); +extern void alpha8201_get_info(UINT32 state, cpuinfo *info); +extern void alpha8301_get_info(UINT32 state, cpuinfo *info); /* * Read a UINT8 from given memory location |