From 1548f7ca011a1697275331f817197379639e61dc Mon Sep 17 00:00:00 2001 From: rdeprera Date: Sat, 28 May 2022 04:48:51 -0300 Subject: [PATCH] removendo dosbox --- .gitignore | 2 +- dosBox-x_EF2000.conf | 58 -------------------------------------------- dosBox_EF2000.conf | 54 ----------------------------------------- 3 files changed, 1 insertion(+), 113 deletions(-) delete mode 100644 dosBox-x_EF2000.conf delete mode 100644 dosBox_EF2000.conf diff --git a/.gitignore b/.gitignore index b37c1cf..f8ebb35 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -./dosBox-x_*.conf \ No newline at end of file +dosBox*.conf \ No newline at end of file diff --git a/dosBox-x_EF2000.conf b/dosBox-x_EF2000.conf deleted file mode 100644 index c6e6ce8..0000000 --- a/dosBox-x_EF2000.conf +++ /dev/null @@ -1,58 +0,0 @@ -[sdl] -fullscreen=true -fulldouble=false -# e podem receber os valores: | | -# Se quiser usar as configurações de resolução originais do jogo, altere para -fullresolution=desktop -windowresolution=desktop -output=opengl - -[voodoo] -voodoo_card=opengl -glide=true - -[midi] -# pode ser um desses: default | win32 | alsa | oss | coreaudio | coremidi | none -# segundo documentação (https://www.dosbox.com/wiki/Configuration:MIDI): -# default: The default system MIDI playback device is used. -# win32: Win32 MIDI playback interface is used. -# alsa: Linux's Advanced Linux Sound Architecture playback interface is used. -# oss: Linux's Open Sound System playback interface is used. -# coreaudio: MacOS X's framework to render the music through the built-in OS X synthesizer. -# coremidi: MacOS X's framework to route MIDI commands to any device that has been configured in Audio MIDI Setup. -# none: MIDI is disabled. -mididevice=default -mpu401=intelligent -mididevice=default -# No linux, para saber onde há porta escutando para o serviço usar o comando `aplaymidi -l` ou `pmidi -l`. No windows usar o comando `MIXER /LISTMIDI` no CMD ou PowerShell -midiconfig=14:0 - -[dosbox] -# EF2000 usa 8MB + 5EMS -# DosBox retorna Warning ao alocar mais do que 30MB -# 1024KB alocados para uso do DosBox -memsize=29 -scaler=none - -[pci] -voodoo=opengl - -[mixer] -rate=22050 - -[sblaster] -oplrate=22050 - -[speaker] -pcrate=22050 -tandyrate=22050 - -[joystick] -joysticktype=ch -timed=false -swap34=true -buttonwrap=false - -# Não testei funcionamento da conectividade. EF2000 suporta IPX e por padrão o DosBox não emula IPX, portanto, definido como -[ipx] -ipx=true \ No newline at end of file diff --git a/dosBox_EF2000.conf b/dosBox_EF2000.conf deleted file mode 100644 index 2ed07aa..0000000 --- a/dosBox_EF2000.conf +++ /dev/null @@ -1,54 +0,0 @@ -[sdl] -fullscreen=true -fulldouble=false -# e podem receber os valores: | | -# Se quiser usar as configurações de resolução originais do jogo, altere para -fullresolution=desktop -windowresolution=desktop -output=opengl - -[midi] -# pode ser um desses: default | win32 | alsa | oss | coreaudio | coremidi | none -# segundo documentação (https://www.dosbox.com/wiki/Configuration:MIDI): -# default: The default system MIDI playback device is used. -# win32: Win32 MIDI playback interface is used. -# alsa: Linux's Advanced Linux Sound Architecture playback interface is used. -# oss: Linux's Open Sound System playback interface is used. -# coreaudio: MacOS X's framework to render the music through the built-in OS X synthesizer. -# coremidi: MacOS X's framework to route MIDI commands to any device that has been configured in Audio MIDI Setup. -# none: MIDI is disabled. -mididevice=default -mpu401=intelligent -mididevice=default -# No linux, para saber onde há porta escutando para o serviço usar o comando `aplaymidi -l` ou `pmidi -l`. No windows usar o comando `MIXER /LISTMIDI` no CMD ou PowerShell -midiconfig=14:0 - -[dosbox] -# EF2000 usa 8MB + 5EMS -# DosBox retorna Warning ao alocar mais do que 30MB -# 1024KB alocados para uso do DosBox -memsize=29 -scaler=none - -[pci] -voodoo=opengl - -[mixer] -rate=22050 - -[sblaster] -oplrate=22050 - -[speaker] -pcrate=22050 -tandyrate=22050 - -[joystick] -joysticktype=ch -timed=false -swap34=true -buttonwrap=false - -# Não testei funcionamento da conectividade. EF2000 suporta IPX e por padrão o DosBox não emula IPX, portanto, definido como -[ipx] -ipx=true \ No newline at end of file