| Previous | 199869 Revisions | Next |
| r34053 Wednesday 24th December, 2014 at 13:23:13 UTC by Oliver Stöneberg |
|---|
| fixed Visual Studio compilation of src/emu/cpu/hcd62121/hcd62121d.c (nw) |
| [src/emu/cpu/hcd62121] | hcd62121d.c |
| r242564 | r242565 | |
|---|---|---|
| 3 | 3 | #include "debugger.h" |
| 4 | 4 | #include "hcd62121.h" |
| 5 | 5 | |
| 6 | #ifdef _MSC_VER | |
| 7 | #undef _SP | |
| 8 | #endif | |
| 6 | 9 | |
| 7 | 10 | enum |
| 8 | 11 | { |
| r242564 | r242565 | |
| 29 | 32 | _KLO, /* KO1 - KO8 output lines */ |
| 30 | 33 | _KHI, /* KO9 - KO14(?) output lines */ |
| 31 | 34 | _KI, /* K input lines */ |
| 32 | _4 | |
| 35 | _4 /* for nibble shifts */ | |
| 33 | 36 | }; |
| 34 | 37 | |
| 35 | 38 | struct hcd62121_dasm |
| https://github.com/mamedev/mame/commit/39c29f2e9eb9d5c1a23bb3bc24535280e9a29ab9 |
| Previous | 199869 Revisions | Next |