trunk/src/mess/drivers/spc1000.c
r32641 | r32642 | |
17 | 17 | disk. Since it is not to our coding standards, it is |
18 | 18 | commented out with #if 0/#endif and 3 slashes (///). |
19 | 19 | It is planned to be converted when time permits. The |
20 | | author is unknown. |
| 20 | author is Meeso Kim. |
21 | 21 | |
22 | 22 | Hardware details of the fdc: Intelligent device, Z80 CPU, |
23 | 23 | XTAL_8MHz, PPI 8255, FDC uPD765C, 2 RAM chips, 28 other |
24 | 24 | small ics. And of course, no schematic. |
25 | 25 | |
26 | 26 | |
| 27 | 2014-10-11: Replaced above code with MESS-compliant code [Meeso Kim] |
| 28 | |
27 | 29 | ****************************************************************************/ |
28 | 30 | |
29 | 31 | |