diff options
| author | 2014-05-09 17:34:40 +0000 | |
|---|---|---|
| committer | 2014-05-09 17:34:40 +0000 | |
| commit | 5b6c5585b1ef4baabd20d1cd823daeb40d255ead (patch) | |
| tree | 5f21fd8c525c529e7debc6ee2a3dfd46519b8cc5 /src/mess/machine/swtpc09.c | |
| parent | c1b6a6a013b6e00850dd2e171c86886cb47cf154 (diff) | |
ptm6840_device: converted to devcb2 (nw)
Diffstat (limited to 'src/mess/machine/swtpc09.c')
| -rw-r--r-- | src/mess/machine/swtpc09.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mess/machine/swtpc09.c b/src/mess/machine/swtpc09.c index dd3b59a7688..48817bf8a00 100644 --- a/src/mess/machine/swtpc09.c +++ b/src/mess/machine/swtpc09.c @@ -25,14 +25,6 @@ /******* MC6840 PTM on MPID Board *******/ -/* 6840 PTM interface */ -const ptm6840_interface swtpc09_6840_intf = -{ - 2000000, - { 50, 0, 50 }, - { DEVCB_DRIVER_MEMBER(swtpc09_state, ptm_o1_callback), DEVCB_NULL, DEVCB_DRIVER_MEMBER(swtpc09_state, ptm_o3_callback) }, - DEVCB_DRIVER_LINE_MEMBER(swtpc09_state, ptm_irq) -}; /* 6840 PTM handlers */ WRITE8_MEMBER( swtpc09_state::ptm_o1_callback ) |
