63c63
< class IntDev
---
> class IntDevice
68c68
< IntDev * device;
---
> IntDevice * device;
72c72
< IntDev* dev) :
---
> IntDevice* dev) :
92c92
< IntDev* device;
---
> IntDevice* device;
96c96
< IntDev* dev, Tick _latency) :
---
> IntDevice* dev, Tick _latency) :
115c115
< IntDev(MemObject * parent, Tick latency = 0) :
---
> IntDevice(MemObject * parent, Tick latency = 0) :
120c120
< virtual ~IntDev()
---
> virtual ~IntDevice()
166c166
< IntDev * device;
---
> IntDevice * device;
178c178
< device(dynamic_cast<IntDev *>(p->device)), number(p->number)
---
> device(dynamic_cast<IntDevice *>(p->device)), number(p->number)