-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Various usability questions #44
Comments
You can use one of the shaders available in share/ibmulator/gui/shaders
The scaling quality is also determined by the *_filter options. So suppose you want to use the scanline shader: If you are an expert GLSL programmer you can create one youself starting from the default shaders... Shaders from other emulators are not directly usable, but could, in theory, be adapted, provided you are a GLSL programmer, of course ;)
IBMulator is not simply an emulator (like DOSBox), it's also a simulator, so it operates using disk images, for both the HDD and floppy disks. In order to play a game:
Using floppy images can (and should) be done through the GUI: click on the floppy drive and a selection window will appear, pointing to the media directory where the floppy images should be located (the default media directory can be set in the ini file under the [program] section). So at the end of the day, using IBMulator is like using a real IBM PS/1 computer. Sometimes it's incovenient, just like the real thing!
The PS/1 2011 has a so-called romdrive in the ROM image with DOS and the 4-quad software in it. The 2121 has 2 versions of the ROM, one with the romdrive and one without. You need to use the 386/16 version of the ROM which has the romdrive built in, or, if you want to use the 386/20 version, you need a HDD image with the PS/1 software installed. |
I am not a programmer at all, so I guess I will just stick with the default shaders...... :) |
In this case, don't use the FC000.BIN file alone, keep the ROM zip package as is, like |
It doesn't work :( |
Mhmm... Use dos401_2121.img floppy image, run customiz.exe and make sure
the system starts from the built in interface.
Il sab 20 apr 2019, 16:26 Chris12121978 <[email protected]> ha
scritto:
… It doesn't work :(
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#44 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABLINSCWR7X5M6HXPETREQDPRMR2LANCNFSM4HHJKJVQ>
.
|
Yes, it worked :) 👍 Now....one....final question..... Cause I am a bit greedy (no comment) I downloaded the version of ROM for the 2121 w/o the ROM drive This one >>>>> PS1_2121_ROM.zip – P/N 93F2455, w/o ROM drive (used on US and international models) since I wanted to use a newer BIOS and 386DX/20 Mhz system I deleted all files in the directoty where ibmulator.ini existed and started the procedure again...new....fresh.... Then, I downloaded this image.... PS1_2121_HDDFILES_WIN_US.zip – HDD preloaded software w/ Windows, US version And now, here is my question. How am I supposed to boot into DOS or the 4-quad GUI? (all these I know it is included in the HDD since I insterted it) Running customiz.exe and changing system to start from the built-in interface doesn' t work (the version of BIOS I've downloaded has no ROM-drive built-in and built-in = ROM-drive, right?) I promise this was the last question :) You will get rid of me after we solve that problem......... :D |
Right. If you copy the files directly on the HDD you'll need to make the HDD bootable, and in order to do that you'll need to transfer the IBM PC-DOS 4 system files on the HDD with the
Remember, this is the real deal, you are using a PC simulator, you need to think like you used to 30 years ago :) |
Marco! Marco! Sys C: What a blast from the past was that??????!!!!!!! :o You see, back in Christmas of 1990, when my parents bought me my first PC (an IBM compatible with no instructions manual), I used to buy and read every computer magazine that was published at the time, line-by-line, word-by-word. I used to know so many DOS commands, I was believed among my friends that I was a computer guru! Nowdays, the only commands I remember and use are "dir/w" and "dir.." :D :D Yes, everything worked as expected! Thank you. Keep up the good work. P.S. IMHO, the only thing you need to work a bit more (in order to have the closet experience to the real machine), is CRT-shaders. I mean, it would be very convenient for us (non-programmers) to make use of ready-made shaders that work for i.e. DosBox SVN or RetroArch. And needs a better optimization in the code cause Mr. Lottes scanlines shader (at least on my old computer), is very slaggy. It makes emulator almost unusable. |
This is on the TODO list. So many ideas, so little free time :(
What are your PC specs? I've tested on anything other than my PC with a GTX 970, which by today standards is not very fast, but still an order of magnitude faster than any integrated GPU. |
I don't think it's about computer specs. On DosBox SVN (Daum version) 99% of shaders work pretty fast on the same machine. (i.e. CRT-geom-curved.fx shader, which IMO is a very good replica of a 90's CRT monitor, runs very fast.) |
Now, I have 3 questions:
Originally posted by @Chris12121978 in #43 (comment)
The text was updated successfully, but these errors were encountered: