Search found 1523 matches
Re: MacOS X
It's largely the same as for Linux. You need to install sdl2, wxmac and openal-soft through brew (https://brew.sh/), then run ./configure and make.
Re: Ryzen
Spectre/Meltdown mainly affect code that makes huge numbers of kernel calls, mainly IO heavy stuff. PCem doesn't really fall into this category, hence it shouldn't be too badly affected.
Re: Ryzen
I bought a shiny new Ryzen laptop the other day. Preliminary results - in software Quake under PCem v14, a Ryzen 5 2500U at 3.3 GHz gives about 2/3rds the performance of a Core i7-7700k at 4.4 GHz. Make of that what you will!
- Fri 20 Apr, 2018 1:23 pm
- Forum: General
- Topic: v14 released!
- Replies: 7
- Views: 597
v14 released!
PCem v14 is now available. Changes from v13.1 : New machines added - Compaq Portable Plus, Compaq Portable II, Elonex PC-425X, IBM PS/2 Model 70 (types 3 & 4), Intel Advanced/ZP, NCR PC4i, Packard Bell Legend 300SX, Packard Bell PB520R, Packard Bell PB570, Thomson TO16 PC, Toshiba T1000, Toshiba T12...
- Fri 20 Apr, 2018 10:00 am
- Forum: General
- Topic: 486 DX2/DX4 now misreport speeds in SiS496
- Replies: 1
- Views: 386
Re: 486 DX2/DX4 now misreport speeds in SiS496
Fixed in rev 1175.
I'd love to know why Award thought trying to determine CPU speed with the cache off was a good idea.
I'd love to know why Award thought trying to determine CPU speed with the cache off was a good idea.
- Tue 17 Apr, 2018 1:07 pm
- Forum: Development
- Topic: v14 compatibility & bug list (WIP)
- Replies: 18
- Views: 1536
Re: v14 compatibility & bug list (WIP)
Can't reproduce this one. Does it need a specific configuration?leilei wrote: ↑Fri 13 Apr, 2018 8:52 am- Darkened Skye (crashes PCem when you access one of the menus)Code: Select all
Bad CMDFIFO packet 3b03126e 001f27ac CMDFIFO packet 5 has byte disables set 3f0301ad
- Mon 16 Apr, 2018 8:25 pm
- Forum: General
- Topic: Tomb Raider II with voodoo2
- Replies: 6
- Views: 409
- Mon 16 Apr, 2018 5:48 pm
- Forum: General
- Topic: [Bug] Window size changes when leaving fullscreen
- Replies: 5
- Views: 405
Re: [Bug] Window size changes when leaving fullscreen
This looks to be a result of trying to convert between Windows and SDL views of window coordinates. I've just had a go at trying to fix this and largely failed. I think rewriting wx-sdl2-display-win.c to only use the Win32 size & position APIs is probably the long term solution.
- Sun 15 Apr, 2018 9:25 pm
- Forum: General
- Topic: [BUG?] VGA - color brightness
- Replies: 5
- Views: 234
Re: [BUG?] VGA - color brightness
What are you running in these screenshots?
- Sun 15 Apr, 2018 9:10 pm
- Forum: General
- Topic: [BUG] Wacky Wheels Gravis Ultrasound not detected
- Replies: 2
- Views: 157
Re: [BUG] Wacky Wheels Gravis Ultrasound not detected
Seems to work okay here. Are your ULTRASND and ULTRADIR environment variables set up correctly? I was able to reproduce your error if either variable was wrong or missing.
- Sun 15 Apr, 2018 8:58 pm
- Forum: Development
- Topic: [BUG] Solaris x86 boot failure with AHA-1542 SCSI controller
- Replies: 2
- Views: 212
Re: [BUG] Solaris x86 boot failure with AHA-1542 SCSI controller
2.5.1 also seems to be fixed now.
- Sun 15 Apr, 2018 7:40 pm
- Forum: Development
- Topic: [BUG] Solaris x86 boot failure with AHA-1542 SCSI controller
- Replies: 2
- Views: 212
Re: [BUG] Solaris x86 boot failure with AHA-1542 SCSI controller
2.4 with AHA-1542C fixed in rev 1162. I think that rev may have also fixed the IDE issue.
- Fri 13 Apr, 2018 8:17 pm
- Forum: Development
- Topic: [Request] Visual Player 2.0 SB16 support
- Replies: 2
- Views: 443
Re: [Request] Visual Player 2.0 SB16 support
Fixed in rev 1158.
- Thu 12 Apr, 2018 8:32 pm
- Forum: General
- Topic: About the Trio64 win3.1 drivers
- Replies: 6
- Views: 261
Re: About the Trio64 win3.1 drivers
Fixed in rev 1156.
- Thu 12 Apr, 2018 4:19 pm
- Forum: General
- Topic: About the Trio64 win3.1 drivers
- Replies: 6
- Views: 261
Re: About the Trio64 win3.1 drivers
Are you drunk? You sound more rambling than normal.
- Wed 11 Apr, 2018 4:38 pm
- Forum: General
- Topic: [Bug] pcem freezes when running win95's ms-dos prompt with stealth32 set true color
- Replies: 3
- Views: 295
Re: [Bug] pcem freezes when running win95's ms-dos prompt with stealth32 set true color
Should be fixed in rev 1154.
- Wed 11 Apr, 2018 4:26 pm
- Forum: General
- Topic: does anyone have a guide to get CMS Creative Game Soundblaster to work.
- Replies: 2
- Views: 349
Re: does anyone have a guide to get CMS Creative Game Soundblaster to work.
Which drivers were you originally trying to get working? The drivers I've been using (CMS Game Blaster 720KB Driver Disk off vogonsdrivers) detect the card okay and seem to work fine.
- Wed 11 Apr, 2018 4:01 pm
- Forum: General
- Topic: Joe Montana Football and IBM PS/1 bug
- Replies: 1
- Views: 115
Re: Joe Montana Football and IBM PS/1 bug
Fixed in rev 1153.
- Wed 11 Apr, 2018 3:35 pm
- Forum: General
- Topic: Pre-v14 WIP compat list
- Replies: 8
- Views: 639
- Wed 11 Apr, 2018 3:24 pm
- Forum: Development
- Topic: 8088/8086 machine bug with PC-DOS 2.x/3.0
- Replies: 1
- Views: 590
Re: 8088/8086 machine bug with PC-DOS 2.x/3.0
Not a PCem bug. Pictionary tries to initialise the mouse via INT 33h. Your mouse driver would normally hook this, but you don't have one loaded. DOS 3+ will install a dummy handler, as will AT BIOSes. If you use DOS 1.x/2.x with an XT machine and no mouse driver then nothing will initialise it and P...
- Wed 11 Apr, 2018 2:25 pm
- Forum: Development
- Topic: [PATCH] Memory patch
- Replies: 10
- Views: 1778
Re: [PATCH] Memory patch
That looks more reasonable. Committed at rev 1152.
- Tue 10 Apr, 2018 4:21 pm
- Forum: General
- Topic: Plantronics ColorPlus (possibly others) affected by CGA colors setting
- Replies: 1
- Views: 266
Re: Plantronics ColorPlus (possibly others) affected by CGA colors setting
Fixed in rev 1150, mainly by adding the monitor type configuration...
- Tue 10 Apr, 2018 4:12 pm
- Forum: General
- Topic: Loading .iso causes PCem menus to not respond
- Replies: 1
- Views: 423
Re: Loading .iso causes PCem menus to not respond
A bit late responding to this, but this issue is the fault of bad UI design on my part. Once you've configured a CD-ROM drive in the configuration dialogue, it won't show up in the emulated machine until you've selected something other than 'disabled' in the CD-ROM menu in the main PCem window. This...
- Tue 10 Apr, 2018 3:58 pm
- Forum: General
- Topic: Compilation fails.
- Replies: 4
- Views: 173
Re: Compilation fails.
What version of SDL do you have installed? Those errors imply that it's something prior to 2.0.4. PCem needs something more recent than that.
- Tue 10 Apr, 2018 3:57 pm
- Forum: General
- Topic: [Bug] pcem freezes when running win95's ms-dos prompt with stealth32 set true color
- Replies: 3
- Views: 295
Re: [Bug] pcem freezes when running win95's ms-dos prompt with stealth32 set true color
Can't reproduce this. What version of Windows 95 are you using? What driver? Could you post the emulator configuration you're using?
Is the card showing up in Windows Device Manager as a PCI device?
Is the card showing up in Windows Device Manager as a PCI device?
- Tue 10 Apr, 2018 3:29 pm
- Forum: General
- Topic: Floppies don't boot on PS/1 2011
- Replies: 6
- Views: 295
Re: Floppies don't boot on PS/1 2011
That's unhelpfully vague.
- Tue 10 Apr, 2018 3:28 pm
- Forum: General
- Topic: Documentation?
- Replies: 2
- Views: 191
Re: Documentation?
readme.txt?
- Tue 10 Apr, 2018 3:27 pm
- Forum: Development
- Topic: [PATCH] Memory patch
- Replies: 10
- Views: 1778
Re: [PATCH] Memory patch
What conditions are causing this crash? I'd be extremely dubious about any situation where _mem_exec was set but _mem_mapping_r was not - that would imply that memory mapping has not been set up correctly.
- Tue 10 Apr, 2018 3:21 pm
- Forum: General
- Topic: Color issue with the trio64 on OS/2/Warp
- Replies: 1
- Views: 145
Re: Color issue with the trio64 on OS/2/Warp
Fixed in rev 1148/1149.
- Tue 10 Apr, 2018 8:36 am
- Forum: General
- Topic: Floppies don't boot on PS/1 2011
- Replies: 6
- Views: 295
Re: Floppies don't boot on PS/1 2011
Can you provide the configuration you're using please? As I said above, this works fine for me.