Search found 19 matches

by charnov
Mon Aug 02, 2004 4:33 pm
Forum: PearPC
Topic: 64-bit architecture
Replies: 12
Views: 6396

Not anytime soon

The core emulation routines are hand coded in assembly. The JITC core is a thing beauty (and mystery to me). I (and many others) have brought up the possibilty of using the AMD64 ISA via linux (Windows 64 will not be out until mid 2005 at the earliest) to gain the benefits of the extra registers (th...
by charnov
Sun Jul 18, 2004 5:07 pm
Forum: PearPC
Topic: hyperthreading
Replies: 9
Views: 5997

HT does not dual CPUs

Please remember that hyperthreading basically just splits up the cacheline (to more efficiently feed the execution units). I do not know how cache heavy PPC is, but most emulators are very stressing to the cacheline. Also, PPC is not HT aware and could render strange results. But please, keep us pos...
by charnov
Thu Jul 08, 2004 9:56 pm
Forum: PearPC
Topic: Post Your System Specs..
Replies: 15
Views: 8753

eMachines 6805 Laptop 1.8 GHz Athlon 64 1MB cache 512 MB DDR Radeon 9600 40 Gig slow (4200 RPM) HD XP Pro I can run OS X in PPC pre.3 set to use 256 MB at a decent clip doing things like browsing and word processing, etc. while running other large apps on the XP side. I wish I had a gig in the lappy...
by charnov
Wed Jul 07, 2004 7:51 pm
Forum: PearPC
Topic: Interaction XP/PearPC
Replies: 13
Views: 7342

Yeah, the easiest way is to just share a folde ron the host. You can connect to it in OS X and save the shortcut to the dock. It makes it real easy to move between the two.
by charnov
Wed Jul 07, 2004 7:49 pm
Forum: PearPC
Topic: Running it on DOS...
Replies: 12
Views: 6477

Considering that PPC currently is using SDL and SDL uses DirectX in windows, I do not see DOS handing that. There are a lot of other reasons, but suffice it to say that what is going to make PPC faster is tuning in a couple of key areas. MMU and FPU functions are the targeted areas right now as they...
by charnov
Fri Jul 02, 2004 4:39 pm
Forum: PearPC
Topic: "still waiting for root device" on bootup of 10.3
Replies: 25
Views: 17866

Switch your drives around and switch prom_bootmethod = "select" to "auto"

Give that a try.
by charnov
Fri Jul 02, 2004 3:47 pm
Forum: PearPC
Topic: What is the difference between CVS and SDL
Replies: 2
Views: 2754

CVS = concurrent versioning system This is the live code being worked on as we speak. Stored as source code. SDL = simple directmedia library A multimedia runtime layer (like DirectX except cross platform). It was added later on to the pre .3 version branch as the new graphics layer. Earlier builds ...
by charnov
Fri Jul 02, 2004 2:49 pm
Forum: PearPC
Topic: PearPC Emulated HDD may be a bottleneck
Replies: 7
Views: 4345

From benchmarks that are able to run within OS X on PPC, it appears that the IDE performance is better than a real Mac.

I have noticed some changes in the CVS to better the IDE flush operations but I have absolutely no idea what this will mean for the emu.
by charnov
Thu Jul 01, 2004 3:22 pm
Forum: PearPC
Topic: Won't install..
Replies: 12
Views: 8711

Can't believe I missed that, too. I looked right at it and didn't even notice it.

Grezly is right, that should do it. BTW, I am assuming you have the OS X install CD in your drive, right? (I am on windows, so I have to have an ISO loaded at all times or PPC freaks).
by charnov
Wed Jun 30, 2004 6:40 pm
Forum: PearPC
Topic: HELP! pdisc command not found
Replies: 8
Views: 4482

pdisk with a "K"
by charnov
Tue Jun 29, 2004 5:32 pm
Forum: PearPC
Topic: Changes made in build
Replies: 9
Views: 5967

Looks like fullscreen is officially in as of a couple of hours ago.
by charnov
Tue Jun 29, 2004 4:33 pm
Forum: PearPC
Topic: SDL custom blitter examples
Replies: 0
Views: 2589

SDL custom blitter examples

Found some proggies showing how to make a fast HW blitter that uses SDL and OpenGL. http://olofson.net/examples.html There are other examples all over his site. Also, found out that all windows in OS X are double buffered and SDL apparantly deals with this MUCH better when using HW surfaces (fullscr...
by charnov
Tue Jun 29, 2004 4:03 pm
Forum: General Macintosh Emulation
Topic: Qemu to have native pci access
Replies: 5
Views: 6648

This means a smaller model for emulation as (hopefully) as much of the bare metal can be exposed as is possible. I do not know how this will work with SDL, though, as I thought it was abstracting. Doesn't that kinda conflict or am I way off base? Beyond my skills.
by charnov
Tue Jun 29, 2004 1:11 pm
Forum: PearPC
Topic: Jittery Mouse in later builds
Replies: 9
Views: 5253

The jittery mouse thing is in the official builds (just not .2...heh).

Looks like seppel put in some mitigating code to fix that specific problem last night. I haven't tried it yet, though.
by charnov
Tue Jun 29, 2004 5:44 am
Forum: PearPC
Topic: Changes made in build
Replies: 9
Views: 5967

Changes made in build

Looks like our favorite devs have been busy. Looking through the changes to the CVS, looks like the stuttering mouse has a hack in place to fix and four more instructions emulated in the ALU.

I am too tired build. Somebody check it out tomorrow (today?).
by charnov
Tue Jun 29, 2004 1:36 am
Forum: PearPC
Topic: Custom resolutions aka where's the widescreen?
Replies: 7
Views: 4935

Compile by hand

Looking through the source for the video driver (video.x), it appears the resolutions available are hard coded in the build. You should be able to add a { 1280, 800 } or whatever in the build. I am more interested in the odd "dots" that appear to be from the video driver converting 24 bit ...
by charnov
Mon Jun 28, 2004 5:39 pm
Forum: PearPC
Topic: Network error using SDL Bulid 0.3pre+clockfix+SDL
Replies: 3
Views: 3356

Just turn the NIC off and then on again in OS X. Comes back pretty quick for me. Networking can be a tad flaky right now, so be patient. Also, I am using a non-standard windows build so YMMV.
by charnov
Mon Jun 28, 2004 5:37 pm
Forum: PearPC
Topic: Can PearPC read DMG images?
Replies: 44
Views: 40083

Uh..shared folder

I just share a folder on the PC side and mount it on the OS X side and run dmg files directly from the shared drive. Actually, I run a lot of software from the share.
by charnov
Mon Jun 21, 2004 6:28 pm
Forum: PearPC
Topic: Graphics HW Accelearton : Any Progress?
Replies: 48
Views: 27517

OpenGL is for professional work

OpenGL prtty much dominates the professional market (CAD, broadcasting, movies, etc.), but has fallen out of favor with the MS because, well, DirectX is easier to program for. The equivalent to directx on the (old) mac would be Quicktime (it is a multimedia layer also with sound, network, IO, video,...