Also, while I've been waiting for a responce, I've been fiddling with a few things. Heres where I got recently:
Code:
C:\PearPC>ppc ppccfg.example
ppccfg.example: '"' expected in line 112
usage: ppc configfile
...so I quickly realised I was missing one of my " marks and that was all fine!
So I replace my " mark and tried again:
Code:
C:\PearPC>ppc ppccfg.example
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2 as published by
the Free Software Foundation.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA
GenuineIntel
CMOV MMX SSE SSE2
[Display/SDL]: Making new window 800 x 600
[CPU/MMU] new pagetable: sdr1 = 0x00300003
[CPU/MMU] new pagetable: sdr1 accepted
[Display/SDL]: changeRes got called
[Display/SDL]: SDL: Changing resolution to 800x600x15
[Display/SDL]: can use SWSURFACE
[Display/SDL]: can use HWACCEL
[CPU/MMU] number of pages: 2^15 pagetable_start: 0x00300000 size: 2^18
SDL: FATAL: can't switch mode?!
C:\PearPC>
Well, at least I'm getting somwhere. I don't understand the error though. What went wrong?