summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Nathan Woods <npwoods@mess.org>2011-11-26 13:56:52 +0000
committer Nathan Woods <npwoods@mess.org>2011-11-26 13:56:52 +0000
commit616481980b3141e1dd41acb815b6320a7b6f2b54 (patch)
tree1e401d723a12fa2d630af9d4c1f1b079e13f1d59
parentf37d6fb4abd256482d0a5b539c269d4f827ac310 (diff)
Removing legacy calls
-rw-r--r--src/emu/machine/ram.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/emu/machine/ram.h b/src/emu/machine/ram.h
index a7d48eeb9e1..43a363aa0ca 100644
--- a/src/emu/machine/ram.h
+++ b/src/emu/machine/ram.h
@@ -82,12 +82,4 @@ private:
// device type definition
extern const device_type RAM;
-
-/***************************************************************************
- LEGACY FUNCTION PROTOTYPES
-***************************************************************************/
-
-inline UINT32 ram_get_size(device_t *device) { return downcast<ram_device *>(device)->size(); }
-inline UINT8 *ram_get_ptr(device_t *device) { return downcast<ram_device *>(device)->pointer(); }
-
#endif /* __RAM_H__ */