| Previous | 199869 Revisions | Next |
| r34922 Sunday 8th February, 2015 at 03:02:42 UTC by Carl |
|---|
| (mess) slicer: mark as working [Carl, Al Kossow] wd_fdc: enable I_IMM to be set (nw) |
| [src/emu/machine] | wd_fdc.c |
| [src/mess/drivers] | slicer.c |
| r243433 | r243434 | |
|---|---|---|
| 887 | 887 | if(!(command & 0x0f)) { |
| 888 | 888 | intrq_cond = 0; |
| 889 | 889 | } else { |
| 890 | intrq_cond = (intrq_cond & I_IMM) | (command & 0x0 | |
| 890 | intrq_cond = (intrq_cond & I_IMM) | (command & 0x0f); | |
| 891 | 891 | } |
| 892 | 892 | |
| 893 | 893 | if(intrq_cond & I_IMM) { |
| r243433 | r243434 | |
|---|---|---|
| 137 | 137 | ROM_LOAD("epbios.bin", 0x0000, 0x8001, CRC(96fe9dd4) SHA1(5fc43454fe7d51f2ae97aef822155dcd28eb7f23)) |
| 138 | 138 | ROM_END |
| 139 | 139 | |
| 140 | COMP( 1983, slicer, 0, 0, slicer, 0, driver_device, 0, "Slicer Computers", "Slicer", GAME_NO | |
| 140 | COMP( 1983, slicer, 0, 0, slicer, 0, driver_device, 0, "Slicer Computers", "Slicer", GAME_NO_SOUND) |
| https://github.com/mamedev/mame/commit/3143d569922fa259807f8e280e75238fca942551 |
| Previous | 199869 Revisions | Next |