From 3d31c473d75c0305032a4897a3b77c0f48a2a2d4 Mon Sep 17 00:00:00 2001 From: Robbbert Date: Wed, 15 May 2019 12:48:34 +1000 Subject: (nw) cosmac: removed out-of-date comment --- src/devices/cpu/cosmac/cosmac.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/devices/cpu/cosmac/cosmac.h b/src/devices/cpu/cosmac/cosmac.h index 965a8e59045..54e519f44ed 100644 --- a/src/devices/cpu/cosmac/cosmac.h +++ b/src/devices/cpu/cosmac/cosmac.h @@ -124,7 +124,6 @@ class cosmac_device : public cpu_device public: // registers // public because machine/pecom.cpp accesses registers through the state interface - there should be a proper way to get address on bus for this - // drivers/microkit.cpp and drivers/eti660.cpp are even worse setting R0 through the state interface to hack around running boot code or something enum { COSMAC_P, -- cgit v1.2.3