VOGONS

Common searches


Search results

Display options

Re: DOSBox Game Launcher (DOSBox Frontend)

Yes. The DTD describes what tags are allowed, what kind of values are allowed in each tag (e.g. a list of predefined values for 'output'). The advantage is that you can build generic XML-validators that can take an XML document, the matching DTD, and check that it is syntactically correct and valid. …

Re: DOSBox Game Launcher (DOSBox Frontend)

Just as an example, here is the top section of this very HTML-page: As I read it, the DOCTYPE here tells me that yes, this is a form of HTML, more specifically, an extended version of XHTML version 1.1, extended with something that is described in an DTD available at http://www.zetafleet.com/ …

Re: DOSBox Game Launcher (DOSBox Frontend)

Again, just a quick look. I am not an XML-developer/designer, but I am being exposed to a lot of them in my work. I may be wrong, but the idea of embedding emulator-capabilities(?) inside the XML seems wrong. I believe the correct solution is to include a DOCTYPE attribute in the XML and let that …

Want to know more about Open Software as a phenomenon?

in Milliways
Recently I have been busy listening to a podcast on basic astronomy from Berkeley. Well, I have finished that class, and started to look for something else, and I found this course: S 296 - Open Source Development and Distribution of Digital Information: Technical, Economic, Social, and Legal …

Re: System shock 1

I didn't really trust that the Commodore PET ROM was really read-only. Suspected that it was the BASIC interpreter that prevented my POKE-commands from changing data in certain areas of the address space. So that was the first thing I tested when learned how to write 6502 machine code. It was ROM 😀 …

Re: DOSBox Game Launcher (DOSBox Frontend)

Only had a cursory look - 2 comments: 1: If possible, add indentations to the XML. I know it adds a few extra bytes to the GPA, but I think it is worth it. 2: I think it is an error to include the dosbox.conf info as verbatim copy of the real config. It will be much easier to adapt to future …

Re: Individualized Shortcuts for Each DosBox Game?

You don't put the shortcuts *IN* dosbox.conf. You make a copy of your dosbox.conf, and call it something like AdventuresOfZelda.conf. Next you right-click on your desktop, select New => Shortcut, and browse to your dosbox.exe. When you have selected dosbox.exe, you have to edit the path so it reads …

Re: FrontEnd For WM2003?

DBGL is Java-based, so if you can run Java-apps it should work. But I am not sure how well it work with the limited desktop area on a mobile device. Maybe you are better of with a simple menu in DOS to select and run your games?

Page 121 of 241