[hatari-devel] Bug: Hatari CyclesPerVBL assert with monochrome VDI mode |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
Hi,
Hatari asserts when trying to start it with monochrome VDI mode:
------------
$ src/hatari --vdi-width 640 --vdi-height 480 --vdi-planes 1
VDI screen: request = 640x480@1, aligned result = 640x480@1
....
hatari: /home/eero/work/hatari/src/video.c:2789: Video_StartInterrupts:
Assertion `CyclesPerVBL <= 8012800/49' failed.
Aborted
------------
It works fine with 2 or 4 planes. Monochrome VID mode aborts
regardless of screen size.
- Eero