mirror of
https://github.com/holub/mame
synced 2025-05-23 06:08:48 +03:00
Added convenient macro for getting the MCS-48 ALE frequency. (no whatsnew)
This commit is contained in:
parent
bb22e532ed
commit
90bad2747e
@ -87,6 +87,9 @@ enum
|
|||||||
MACROS
|
MACROS
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
|
#define MCS48_ALE_CLOCK(_clock) \
|
||||||
|
attotime::from_hz(_clock/(3*5)/16)
|
||||||
|
|
||||||
/* Official Intel MCS-48 parts */
|
/* Official Intel MCS-48 parts */
|
||||||
DECLARE_LEGACY_CPU_DEVICE(I8021, i8021); /* 1k internal ROM, 64 bytes internal RAM */
|
DECLARE_LEGACY_CPU_DEVICE(I8021, i8021); /* 1k internal ROM, 64 bytes internal RAM */
|
||||||
DECLARE_LEGACY_CPU_DEVICE(I8022, i8022); /* 2k internal ROM, 128 bytes internal RAM */
|
DECLARE_LEGACY_CPU_DEVICE(I8022, i8022); /* 2k internal ROM, 128 bytes internal RAM */
|
||||||
|
Loading…
Reference in New Issue
Block a user