MIT License Copyright (c) 2026 Luis Montes Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --- The MIT license above applies to the ORIGINAL romdev code authored in this repository — the MCP server, tools, scaffolds, build glue, JavaScript host, and documentation. romdev bundles and redistributes third-party emulator cores, compiler toolchains, and game runtime libraries, each under its OWN license. The MIT grant above does NOT relicense those components; see NOTICE for the full inventory and the license that governs each. GAMES YOU BUILD WITH ROMDEV ARE YOURS — including to sell commercially. A ROM romdev produces contains only your own code plus permissive runtime libraries (SGDK, PVSnesLib, libtonc/libgba, hUGEDriver, FamiTone, maxmod — MIT/ISC/zlib/public-domain), compiled by toolchains that carry runtime exceptions. Nothing romdev places in your ROM restricts using or selling it. The only license caveat concerns redistributing the romdev TOOL BUNDLE itself: two bundled emulator cores (snes9x, genesis_plus_gx) are under non-commercial licenses, so the bundle as a whole is distributed as source-available and free for non-commercial use (and isn't labeled OSI "open source"), even though this repository's own code is MIT. Those cores are a dev instrument that never ships inside a built game. Read NOTICE before redistributing the tool bundle.