forked from Moonif/MacBox
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request Moonif#25 from npjg/add-dell-dimension-xps-p60
Add Dell Dimension XPS P60 machine template
- Loading branch information
Showing
4 changed files
with
148 additions
and
0 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
MacBox/Assets.xcassets/logos/Dell_logo.imageset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "Dell_logo.svg", | ||
"idiom" : "universal" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
} |
53 changes: 53 additions & 0 deletions
53
MacBox/Assets.xcassets/logos/Dell_logo.imageset/Dell_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
[Machine] | ||
machine = dellxp60 | ||
cpu_family = pentium_p5 | ||
cpu_speed = 60000000 | ||
cpu_multi = 1 | ||
fpu_type = internal | ||
cpu_use_dynarec = 1 | ||
time_sync = disabled | ||
mem_size = 16384 | ||
fpu_softfloat = 0 | ||
|
||
[Storage controllers] | ||
hdc = internal | ||
|
||
[Input devices] | ||
mouse_type = logibus | ||
|
||
[Logitech/Microsoft Bus Mouse] | ||
base = 023C | ||
irq = 5 | ||
hz = 45 | ||
buttons = 2 | ||
|
||
[Video] | ||
gfxcard = virge325_pci | ||
|
||
[S3 ViRGE (325) PCI] | ||
memory = 2 | ||
bilinear = 1 | ||
dithering = 1 | ||
|
||
[Sound] | ||
sndcard = azt2316a | ||
midi_device = cm32l | ||
fm_driver = nuked | ||
|
||
[Aztech Sound Galaxy Pro 16 AB (Washington)] | ||
codec = 1 | ||
wss_interrupt_after_config = 0 | ||
addr = 0000 | ||
wss_irq = 10 | ||
wss_dma = 0 | ||
opl = 1 | ||
receive_input = 1 | ||
receive_input401 = 1 | ||
|
||
[Roland CM-32L Emulation] | ||
output_gain = 100 | ||
reverb = 1 | ||
reverb_output_gain = 100 | ||
reversed_stereo = 0 | ||
nice_ramp = 1 | ||
|
||
[Hard disks] | ||
hdd_01_parameters = 63, 16, 3250, 0, ide | ||
hdd_01_fn = disks/hdd.IMG | ||
hdd_01_speed = 1996_5400rpm | ||
hdd_01_ide_channel = 0:0 | ||
|
||
[Floppy and CD-ROM drives] | ||
fdd_01_type = 35_2hd | ||
fdd_02_type = none | ||
cdrom_01_parameters = 1, atapi | ||
cdrom_01_ide_channel = 0:1 | ||
cdrom_01_type = NEC_CD-ROM_DRIVE280_1.05 | ||
|
||
[Other removable devices] | ||
zip_01_parameters = 0, atapi | ||
zip_01_ide_channel = 1:0 | ||
|
||
[General] | ||
vid_renderer = qt_software | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
[General] | ||
Manufacturer=Dell | ||
Description=Dell Dimension XPS P60 | ||
Logo=Dell_logo | ||
Year=1994 | ||
Author=npjg | ||
|
||
[Shader] | ||
enable_overscan = 1 | ||
|