summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/bbc/rom/slot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/bbc/rom/slot.h')
-rw-r--r--src/devices/bus/bbc/rom/slot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/bbc/rom/slot.h b/src/devices/bus/bbc/rom/slot.h
index f1049030f38..986d796dd0d 100644
--- a/src/devices/bus/bbc/rom/slot.h
+++ b/src/devices/bus/bbc/rom/slot.h
@@ -131,7 +131,7 @@ public:
uint32_t get_nvram_size() { return m_nvram.size(); }
// decrypt data lines
- virtual void decrypt_rom() { };
+ virtual void decrypt_rom() { }
protected:
device_bbc_rom_interface(const machine_config &mconfig, device_t &device);