Skip to content

Commit

Permalink
Merge pull request Moonif#25 from npjg/add-dell-dimension-xps-p60
Browse files Browse the repository at this point in the history
Add Dell Dimension XPS P60 machine template
  • Loading branch information
Moonif authored Aug 4, 2024
2 parents 5639dec + 2c0586b commit d9f5e97
Show file tree
Hide file tree
Showing 4 changed files with 148 additions and 0 deletions.
12 changes: 12 additions & 0 deletions MacBox/Assets.xcassets/logos/Dell_logo.imageset/Contents.json
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 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.
73 changes: 73 additions & 0 deletions MacBox/Templates/dell_dim_xps_p60/86box.cfg
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

10 changes: 10 additions & 0 deletions MacBox/Templates/dell_dim_xps_p60/macbox.inf
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

0 comments on commit d9f5e97

Please sign in to comment.