惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

G
Google Developers Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Martin Fowler
Martin Fowler
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
IT之家
IT之家
云风的 BLOG
云风的 BLOG
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Google DeepMind News
Google DeepMind News
Microsoft Azure Blog
Microsoft Azure Blog
Engineering at Meta
Engineering at Meta
P
Proofpoint News Feed
博客园_首页
J
Java Code Geeks
C
Check Point Blog
I
InfoQ
Apple Machine Learning Research
Apple Machine Learning Research
大猫的无限游戏
大猫的无限游戏
D
Docker
U
Unit 42
T
The Blog of Author Tim Ferriss
F
Fortinet All Blogs
GbyAI
GbyAI
N
Netflix TechBlog - Medium
T
Tailwind CSS Blog

Ars Technica

Microsoft issues emergency update for macOS and Linux ASP.NET threat Anthropic tested removing Claude Code from the Pro plan Coyote vs. Acme is finally getting released—with a killer trailer Google unveils two new TPUs designed for the "agentic era" Tabloid reports linking 10 missing and dead scientists spur FBI probe Physicists think they've solved the muon mystery New court ruling blocks many of the government's anti-renewable policies Indian med student rakes in thousands with AI-generated MAGA hottie As EV batteries improve, ChargePoint debuts 600 kW fast charger Our favorite gear at Sea Otter Classic wasn't the bikes—it was the accessories Investors lost billions on Trump’s memecoin. Another gala won’t fix that. Pentagon wants $54B for drones, more than most nations’ military budgets Mozilla: Anthropic's Mythos found 271 security vulnerabilities in Firefox 150 Supreme Court arguments make it clear that FCC fines are "nonbinding" Silo S3 teaser hints at the wasteland's origins Framework's CEO on the RAM crisis and creating a "MacBook Pro for Linux users" Florida probes ChatGPT role in mass shooting. OpenAI says bot "not responsible." Report: Meta will train AI agents by tracking employees' mouse, keyboard use Microsoft removes Call of Duty from Game Pass, lowers subscription pricing Framework Laptop 13 Pro is a major overhaul for the modular, upgradeable laptop Framework Laptop 16 upgrades make it look less like an unfinished prototype Internal emails show how Amazon raises prices across the Internet, lawsuit says Anthropic gets $5B investment from Amazon, will use it to buy Amazon chips CATL's new LFP battery can charge from 10 to 98% in less than 7 minutes AMD Ryzen 9 9950X3D2 Dual Edition review: Tons of cache for tons of dollars What's the deal with spacesuits for the Moon? Will they be ready in time? Loneliness in older adults can often lead to memory impairment Contrary to popular superstition, AES 128 is just fine in a post-quantum world Pentagon pulls the plug on one of the military's most troubled space programs John Ternus will replace Tim Cook as Apple CEO
Why a Neo Geo port of Doom is functionally impossible
Kyle Orland · 2026-06-03 · via Ars Technica

Neo Wolfenstein

While those limitations might hold back a Neo Geo Doom port, the system may still be able to handle a simpler FPS like Wolfenstein 3D. Modern Vintage Gamer put together a simple Neo Geo raycasting demo for a video that approximates that game’s 90-degree walls, flat floors, and ceilings.

The “walls” in this raycasting demo are simply 4-pixel-wide sprites that have been scaled up by the Neo Geo hardware.

The “walls” in this raycasting demo are simply 4-pixel-wide sprites that have been scaled up by the Neo Geo hardware. Credit: Modern Vintage Gamer

The raycaster works by sending out rays from the player’s position to detect the distance to the first wall the player can see in that line. That data then determines the heights and colors for each of a set of 80 4-pixel-wide sprites arranged horizontally across the display, which act as pieces of wall. Since the Neo Geo’s scaling hardware can efficiently stretch those sprites vertically without much overhead, the raycasting data can be quickly converted into a chunky approximation of a first-person view.

MVG’s simple, unoptimized Neo Geo raycaster currently runs at just eight frames per second via emulation without any of Wolfenstein 3D‘s enemies or game logic. And the raycasting system would still be wildly insufficient for Doom elements like raised platforms, staircases, elevators, textured walls and ceilings, etc.

For all those reasons, MVG believes the only practical way to get Doom running on a Neo Geo is to pack additional hardware into the cartridge, much like the Super FX2 chip that powered the limited SNES port of the game. Failing that kind of extra processing power, he wagers that the system will likely remain Doom-free for the foreseeable future.

“I don’t want to say it’s impossible because as soon as you say that something is impossible, the gauntlet has been thrown down,” MVG added.