| Previous | 199869 Revisions | Next |
| r36783 Sunday 29th March, 2015 at 21:20:07 UTC by Curt Coder |
|---|
| clang compile fix. (nw) |
| [src/mame/machine] | n64.c |
| r245294 | r245295 | |
|---|---|---|
| 2146 | 2146 | return; |
| 2147 | 2147 | if(dd_write) // dd write, BM Mode 0 |
| 2148 | 2148 | { |
| 2149 | if( | |
| 2149 | if(dd_current_reg == 0) | |
| 2150 | 2150 | { |
| 2151 | 2151 | dd_current_reg += 1; |
| 2152 | 2152 | dd_status_reg |= DD_ASIC_STATUS_DREQ; |
| https://github.com/mamedev/mame/commit/47ab93edd2179092721a6f4a183f6c2a16ab2430 |
| Previous | 199869 Revisions | Next |