-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Open
Description
To me, the HTTP server does not seem like something that really belongs in the src/emu
core, much less included within emu.h
as it is now. It looks like the kind of feature that might be possible to implement as a Lua plugin nowadays; if that approach is not workable, it should be managed as a frontend resource.
Presently, one device implementation (src/mame/machine/esqpanel.cpp) does depend specifically on the HTTP server interface; this part would have to be rewritten or eliminated.
Metadata
Metadata
Assignees
Labels
No labels