- --
Viewing Issue Advanced Details
| ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 09456 | Graphics | Critical (emulation) | Always | 20 hours ago | 6 hours ago |
| Tester | Robbbert | View Status | Public | Platform | MAME (Self-compiled) |
| Assigned To | Resolution | Open | OS | Windows (x64) | |
| Status [?] | Confirmed | Driver | |||
| Version | 0.287 | Fixed in Version | Build | x64 | |
| Fixed in Git Commit | Github Pull Request # | ||||
| Summary |
|
||||
| Description |
This system is listed as working. When started a white screen appears - and that's it. Not sure if a floppy is required, and there's no software list. |
||||
| Steps To Reproduce |
>mame lw840 White screen, with a few black dots in the top corner. Checked with the debugger, it gets hung up at 017872 checking bit 7 of 0xffff37, which I guess is something internal to the CPU. |
||||
| Additional Information | |||||
| Github Commit | |||||
| Flags | Regression | ||||
| Regression Version | 0.256 | ||||
| Affected Sets / Systems | lw840 | ||||
|
Attached Files
|
|||||
Relationships
| There are no relationship linked to this issue. |
Notes
2
|
No.24369
Kale Developer
10 hours ago
edited on: 10 hours ago |
The user manual claims that it should show the main menu once you turn the machine on. Also I find it questionable that a typewriter + printer combo is not marked MNW. |
|---|---|
|
No.24371
hap Developer
6 hours ago
|
0xffff37 is: rw(m_dma1, FUNC(h8h_dma_channel_device::dtcra_r), FUNC(h8h_dma_channel_device::dtcra_w)); It broke in 0.256, big H8 updates from OG in that MAME version. |