mirror of
https://github.com/holub/mame
synced 2025-04-24 01:11:11 +03:00
Removing legacy calls
This commit is contained in:
parent
f37d6fb4ab
commit
616481980b
@ -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__ */
|
||||
|
Loading…
Reference in New Issue
Block a user