Heh. What model camera is that?
I'm not sure which model that is. Although I have some old cameras, none are from that era. It's fun to see all of the different devices that people have modified over the years to run DOOM. :) This one looks like it may be an old ATM.
Quote from: wlewisiii on March 05, 2023, 09:53:34 AMHeh. What model camera is that?
It's a Kodak DC260 according to this video.
https://www.youtube.com/watch?v=7gCZZkBATSc
What Does It Take To Run DOOM On A $10,000 IBM RS/6000 From 2001?
https://www.youtube.com/watch?v=XzhCGSE7KKw
Quote from: Nitro on March 05, 2023, 02:54:48 PMI'm not sure which model that is. Although I have some old cameras, none are from that era. It's fun to see all of the different devices that people have modified over the years to run DOOM. :) This one looks like it may be an old ATM.
The bank I worked for used to use Windows 8 to run their software. Yeh, I know but it was a Windows environment for everything except for Macs that we had for our use for people that were used to Apple. It's not that much of a feat to get Doom to run on an old ATM as it's really just a computer system, quite easy to get whatever O/S that you want on it. Those other devices though, that's crazy man!!!
Official Doom on the Husqvarnas lawnmower ;D
https://www.youtube.com/watch?v=lp3X4IL4_UAHere you can find more information, but in German language only:
Golem: Kettensägenmassaker auf dem Husqvarna-Rasenmäher (
https://www.golem.de/news/maehroboter-mit-doom-im-hands-on-kettensaegenmassaker-auf-dem-husqvarna-rasenmaeher-2402-182613.html)
Husqvarna: Update from Hell: DOOM wird weltweit auf Husqvarna Rasenmährobotern veröffentlicht (
https://www.husqvarna-presse.com/pressemeldungen/update-from-hell-doom)
Doom8088: Doom on a 286 / 8088
https://www.youtube.com/watch?v=zL_rGQMi5g8Found at
https://forum.classic-computing.de/forum/index.php?thread/34661-doom-auf-cga-und-mda/From [1]:
QuoteDoom8088 is a port of Doom for 16-bit PCs based on GBADoom.
Right now, it's only a proof of concept. It supports only Doom 1 Episode 1. There's no support for sound, music, multiplayer, mouse or PWADs. Demos are out of sync and there are lots of crashes due to memory issues. To decrease memory usage, only one texture is used for every wall.
GBADoom needs only 256 kB of RAM. A PC can have 640 kB of RAM. That's more than enough to run Doom, right? Well, in contrast to a Game Boy Advance, on a PC the code, graphics and level data all use that 640 kB. To make it fit, for every rendered frame, every image is loaded from the hard disk into memory and after it is used, it is immediately freed to make room for the next image. The lookup tables for sine, cosine etc. are stored on disk, so for every calculation a file on the hard disk is read. (Maybe using a RAM drive could speed this up?)
Links:
[1]
https://forum.vcfed.org/index.php?threads/doom8088-doom-on-a-286-8088.1244511/[2]
https://github.com/FrenkelS/Doom8088[3]
https://github.com/doomhack/GBADoom