| Previous | 199869 Revisions | Next |
| r19040 Monday 19th November, 2012 at 12:41:12 UTC by O. Galibert |
|---|
| apc: make it go a little further (nw) |
| [src/mess/drivers] | apc.c |
| r19039 | r19040 | |
|---|---|---|
| 290 | 290 | else |
| 291 | 291 | { |
| 292 | 292 | printf("Read melody port %02x\n",offset+0x60); |
| 293 | res = 0x | |
| 293 | res = 0x80; | |
| 294 | 294 | } |
| 295 | 295 | |
| 296 | 296 | return res; |
| r19039 | r19040 | |
| 681 | 681 | |
| 682 | 682 | WRITE8_MEMBER(apc_state::test_w) |
| 683 | 683 | { |
| 684 | printf("2dd DACK W\n"); | |
| 684 | // printf("2dd DACK W\n"); | |
| 685 | m_fdc->dma_w(data); | |
| 685 | 686 | } |
| 686 | 687 | |
| 687 | 688 | static I8237_INTERFACE( dmac_intf ) |
| Previous | 199869 Revisions | Next |