diff options
| author | 2013-06-11 07:16:42 +0000 | |
|---|---|---|
| committer | 2013-06-11 07:16:42 +0000 | |
| commit | 16f5234d435ee57b65043533f8fa2b105fb15a77 (patch) | |
| tree | c6f95d84c6a1cb89ced5353230a98e1f61a6938e /src/mess/machine/abc99.c | |
| parent | 2dc6458ede8c0039e308c994e50acb3b8de2d1ae (diff) | |
Cleanups and version bumpmame0149
Diffstat (limited to 'src/mess/machine/abc99.c')
| -rw-r--r-- | src/mess/machine/abc99.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mess/machine/abc99.c b/src/mess/machine/abc99.c index aa438ebcdbb..ff7dc083f19 100644 --- a/src/mess/machine/abc99.c +++ b/src/mess/machine/abc99.c @@ -153,10 +153,10 @@ ADDRESS_MAP_END //------------------------------------------------- static ADDRESS_MAP_START( abc99_z5_io, AS_IO, 8, abc99_device ) -/* AM_RANGE(MCS48_PORT_P1, MCS48_PORT_P1) AM_READ(z5_p1_r) - AM_RANGE(MCS48_PORT_P2, MCS48_PORT_P2) AM_WRITE(z5_p2_w) - AM_RANGE(MCS48_PORT_T0, MCS48_PORT_T0) AM_WRITENOP // Z2 CLK - AM_RANGE(MCS48_PORT_T1, MCS48_PORT_T1) AM_READ(z5_t1_r)*/ +/* AM_RANGE(MCS48_PORT_P1, MCS48_PORT_P1) AM_READ(z5_p1_r) + AM_RANGE(MCS48_PORT_P2, MCS48_PORT_P2) AM_WRITE(z5_p2_w) + AM_RANGE(MCS48_PORT_T0, MCS48_PORT_T0) AM_WRITENOP // Z2 CLK + AM_RANGE(MCS48_PORT_T1, MCS48_PORT_T1) AM_READ(z5_t1_r)*/ ADDRESS_MAP_END |
