diff options
author | 2022-06-16 12:47:52 +0200 | |
---|---|---|
committer | 2025-04-29 23:06:41 +0200 | |
commit | 45d4cd52a8194f2ef9e0383cfb2e2a35634af6ff (patch) | |
tree | 4e8d8fcb7382a5e9e0bce5ec59939bcfbe67155a /src/mame/conitec/prof80.cpp | |
parent | 5c14bcdfcb4aefb71b5b62387c4ad05dbeb3814e (diff) |
full xtal conversionxtal
Diffstat (limited to 'src/mame/conitec/prof80.cpp')
-rw-r--r-- | src/mame/conitec/prof80.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/conitec/prof80.cpp b/src/mame/conitec/prof80.cpp index a557a1e1f1e..48e1718e187 100644 --- a/src/mame/conitec/prof80.cpp +++ b/src/mame/conitec/prof80.cpp @@ -448,7 +448,7 @@ void prof80_state::prof80(machine_config &config) m_maincpu->set_addrmap(AS_IO, &prof80_state::prof80_io); // MMU - PROF80_MMU(config, m_mmu, 0); + PROF80_MMU(config, m_mmu); m_mmu->set_addrmap(AS_PROGRAM, &prof80_state::prof80_mmu); // RTC |