Search found 10 matches

by VileR
Tue 16 Aug, 2022 9:20 pm
Forum: General
Topic: Area 5150
Replies: 1
Views: 1053

Re: Area 5150

Hi (one of the authors here), might be able to help out with some info if there's any interest. I think a lot of this could be resolved (IMO theoretically) by emulating CGA at a fixed high resolution (including loads of overscan area)? Bingo. I think the key to getting a lot of these things correctl...
by VileR
Tue 29 Mar, 2022 4:21 pm
Forum: General
Topic: PCem disabling host's screen saver/power saving
Replies: 2
Views: 940

Re: PCem disabling host's screen saver/power saving

Yup, thanks for the wiki link - I set an environment variable SDL_VIDEO_ALLOW_SCREENSAVER=1, and problem solved.

It'd still make sense for PCem set the desired behavior explicitly... but at least there's a workaround.
by VileR
Sun 27 Mar, 2022 4:10 pm
Forum: General
Topic: PCem disabling host's screen saver/power saving
Replies: 2
Views: 940

PCem disabling host's screen saver/power saving

In Windows 10, if I happen to have PCem running, it prevents the screen saver (which also locks the machine) from kicking in: The program has made a request to prevent the display from automatically entering a low-power mode. Requesting Process \Device\HarddiskVolume8\emulators\PCem_v17\PCem.exe Thi...
by VileR
Tue 21 Apr, 2020 12:09 am
Forum: General
Topic: PCem window is stuck outside of the screen
Replies: 4
Views: 5322

Re: PCem window is stuck outside of the screen

Edit pcem.cfg and change all occurrences of "window_x" and "window_y" to sane values (positive, and smaller than your desktop resolution). You might want to set "window_remember = 1" as well.
by VileR
Thu 16 Apr, 2020 10:29 am
Forum: General
Topic: How to connect a folder in PCem to my own Computer?
Replies: 18
Views: 35338

Re: How to connect a folder in PCem to my own Computer?

Yep, that's the limitation... in my use-case the files are typically small enough, so I didn't really think about larger transfers. It should be possible to add options for Zip disk or CD-ROM, but that would be a bit more involved (and it'd have to assume that any required drivers are already loaded...
by VileR
Wed 15 Apr, 2020 11:11 pm
Forum: General
Topic: How to connect a folder in PCem to my own Computer?
Replies: 18
Views: 35338

Re: How to connect a folder in PCem to my own Computer?

Just a heads-up... I had the same question - was looking for a quick way to transfer small file sets from host (Windows) to guest (PCem or 86box), so I came up with my own hackish solution. It requires a driver (ImDisk Virtual Disk) and doesn't take care of the other direction (guest→host), but it d...
by VileR
Tue 15 Jan, 2019 6:59 pm
Forum: General
Topic: CGA mode select register (3D8h) inaccuracy
Replies: 7
Views: 8971

Re: CGA mode select register (3D8h) inaccuracy

Brilliant, much obliged.
by VileR
Sun 13 Jan, 2019 8:08 pm
Forum: General
Topic: CGA mode select register (3D8h) inaccuracy
Replies: 7
Views: 8971

Re: CGA mode select register (3D8h) inaccuracy

Sorry for taking a while, but here' s a program that at least checks for issue #1 described above. It shows a test screen for 4 seconds - the +VIDEO bit in the Mode Control register is cleared after the first row of text, so nothing should be visible below it.   RASTTEST.zip   Left: results in PCem ...
by VileR
Wed 02 Jan, 2019 9:56 pm
Forum: General
Topic: CGA mode select register (3D8h) inaccuracy
Replies: 7
Views: 8971

Re: CGA mode select register (3D8h) inaccuracy

Maybe the same that happens here http://pcem-emulator.co.uk/phpBB3/viewtopic.php?f=3&t=500 Hmm, nah- that thread seems to be about composite color reproduction (unless I'm missing something)... this is unrelated. Actually, the issues I mentioned above don't matter for any game/demo that I know ...
by VileR
Wed 02 Jan, 2019 4:30 pm
Forum: General
Topic: CGA mode select register (3D8h) inaccuracy
Replies: 7
Views: 8971

CGA mode select register (3D8h) inaccuracy

While playing with some display-related code I noted a couple of discrepancies between PCem v14 and the real hardware. Both have to do with CGA register 3D8h, specifically bit 3 (+VIDEO): If this bit is modified in mid-frame, on an IBM CGA board the change takes effect immediately (at the current be...