summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/avr8/avr8.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/avr8/avr8.cpp')
-rw-r--r--src/devices/cpu/avr8/avr8.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/devices/cpu/avr8/avr8.cpp b/src/devices/cpu/avr8/avr8.cpp
index 1ba0a67c2f3..5bc83e55511 100644
--- a/src/devices/cpu/avr8/avr8.cpp
+++ b/src/devices/cpu/avr8/avr8.cpp
@@ -877,8 +877,7 @@ void avr8_device::device_reset()
//-------------------------------------------------
// memory_space_config - return the configuration
-// of the specified address space, or nullptr if
-// the space doesn't exist
+// of the CPU's address spaces
//-------------------------------------------------
device_memory_interface::space_config_vector avr8_device::memory_space_config() const
@@ -915,11 +914,6 @@ void avr8_device::state_string_export(const device_state_entry &entry, std::stri
}
-//-------------------------------------------------
-// disassemble - call the disassembly
-// helper function
-//-------------------------------------------------
-
std::unique_ptr<util::disasm_interface> avr8_device::create_disassembler()
{
return std::make_unique<avr8_disassembler>();