acassis opened a new pull request, #19292:
URL: https://github.com/apache/nuttx/pull/19292

   ## Summary
   
   It is very easy to get NXDoom running on NuttX, but the instructions was 
omitting the needed steps to get it running on Simulator.
   
   ## Impact
   
   Now all users will be able to test NXDoom on SIM
   
   ## Testing
   ```
   nsh> ls -l /data/DOOM1.WAD
    -rw-rw-r--     4196020 2026-07-03 12:32 /data/DOOM1.WAD
   nsh> nxdoom -iwad /data/DOOM1.WAD
                                NXDoom v0.0.0
   z_init: Init zone memory allocation daemon. 
   zone memory: Using native C allocator.
   Using /data/ for configuration and saves
   v_init: allocate screens.
   m_load_defaults: Load system defaults.
   saving config in /data/default.cfg
   W_Init: Init WADfiles.
    adding /data/DOOM1.WAD
   ===========================================================================
                               DOOM Shareware
   ===========================================================================
    NXDoom is free software, covered by the GNU General Public
    License.  There is NO warranty; not even for MERCHANTABILITY or FITNESS
    FOR A PARTICULAR PURPOSE. You are welcome to change and distribute
    copies under certain conditions. See the source for more information.
   ===========================================================================
   i_init: Setting up machine state.
   m_init: Init miscellaneous info.
   r_init: Init DOOM refresh daemon - [...................]
   p_init: Init Playloop state.
   d_check_net_game: Checking network game status.
   startskill 2  deathmatch: 0  startmap: 1  startepisode: 1
   player 1 of 1 (1 nodes)
   Emulating the behavior of the 'Doom 1.9' executable.
   hu_init: Setting up heads up display.
   st_init: Init status bar.
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to