<xml version="1.0" encoding="UTF-8">
    <rss version="2.0">
        <channel>
            <title>AROS-Exec :: Forum</title>
            <link>https://aros-exec.arosworld.org/</link>
            <description>No Schedule and Rocking! :: XOOPS Community Bulletin Board</description>
            <lastBuildDate>Wed, 26 Aug 2026 07:30:49 -0500</lastBuildDate>
            <docs>http://backend.userland.com/rss/</docs>
            <generator>NewBB 5</generator>
            <category>Forum</category>
            <managingEditor>admin@arosworld.org</managingEditor>
            <webMaster>admin@arosworld.org</webMaster>
            <language>en</language>
                            <image>
                    <title>AROS-Exec :: Forum</title>
                    <url>https://aros-exec.arosworld.org/modules/newbb/assets/images/logoModule.png</url>
                    <link>https://aros-exec.arosworld.org/</link>
                    <width>92</width>
                    <height>52</height>
                </image>
                                    <item>
                <title>Re: My Computer for Aros [by amiga]</title>
                <link>https://aros-exec.arosworld.org/modules/newbb/viewtopic.php?post_id=110023</link>
                <description>General chat::My Computer for Aros&lt;br&gt;
Ciao sabbate some time ago I sent you a PM on Amiganews!&lt;br&gt;&lt;br&gt;---------&lt;br&gt;&lt;br&gt;Ciao sabbate tempo fa ti ho inviato un PM su Amiganews!&lt;br&gt;</description>
                <pubDate>Thu, 11 Oct 2018 21:00:30 -0500</pubDate>
                <guid>https://aros-exec.arosworld.org/modules/newbb/viewtopic.php?post_id=110023</guid>
            </item>
                        <item>
                <title>Re: info datatype (Amiga OS) [by mmartinka]</title>
                <link>https://aros-exec.arosworld.org/modules/newbb/viewtopic.php?post_id=110021</link>
                <description>General chat::info datatype (Amiga OS)&lt;br&gt;
&amp;lt;p&amp;gt;Quote:&lt;div class=&quot;xoopsQuote&quot;&gt;&lt;blockquote&gt; amiga wrote: Ciao mmartinka, Google Translator non aiuta a capire. &lt;/blockquote&gt;&lt;/div&gt;&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;I understand, but I can not help. My English is tragic and it will not be better ... &amp;lt;img alt=&amp;quot;Very Happy&amp;quot; border=&amp;quot;0&amp;quot; src=&amp;quot;http://aros-exec.org/uploads/smil3dbd4d4e4c4f2.gif&amp;quot; title=&amp;quot;Very Happy&amp;quot; /&amp;gt;&amp;lt;/p&amp;gt;</description>
                <pubDate>Wed, 10 Oct 2018 20:33:20 -0500</pubDate>
                <guid>https://aros-exec.arosworld.org/modules/newbb/viewtopic.php?post_id=110021</guid>
            </item>
                        <item>
                <title>Re: ZX Spectrum datatype test [by mmartinka]</title>
                <link>https://aros-exec.arosworld.org/modules/newbb/viewtopic.php?post_id=110012</link>
                <description>General chat::ZX Spectrum datatype test&lt;br&gt;
&amp;lt;p&amp;gt;Sam Coup&amp;eacute; - mode 4 screen&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;/p&amp;gt;</description>
                <pubDate>Sun, 07 Oct 2018 18:26:41 -0500</pubDate>
                <guid>https://aros-exec.arosworld.org/modules/newbb/viewtopic.php?post_id=110012</guid>
            </item>
                        <item>
                <title>Re: USB joystick and posseidon [by DizzyOfCRN]</title>
                <link>https://aros-exec.arosworld.org/modules/newbb/viewtopic.php?post_id=110011</link>
                <description>General chat::USB joystick and posseidon&lt;br&gt;
I&#039;ve been trying to make a XInput Gamepad from one of my ST-boards...&lt;br&gt;&lt;br&gt;The way Windows sets the drivers up is driving me crazy, I&#039;m deleting registry entries and un-installing from device manager.&lt;br&gt;&lt;br&gt;I&#039;m unable to make Windows recognize my spoofing attempts when cloning the Logitech F310, it&#039;s all the same descriptors and all...&lt;br&gt;&lt;br&gt;On Linux and on AROS my spoofing is ok, but not on Windows 7&lt;br&gt;&lt;br&gt;I&#039;ve put a serial port on my ST-board and this is what we get on AROS when trying to get the bitmask:&lt;br&gt;&lt;br&gt;Parse req-&amp;gt;bmRequest 0xc1 (Device to Host)&lt;br&gt;Parse req-&amp;gt;bRequest  0x01&lt;br&gt;Parse req-&amp;gt;wValue    0x0100&lt;br&gt;Parse req-&amp;gt;wIndex    0x0000&lt;br&gt;Parse req-&amp;gt;wLength   0x0014&lt;br&gt;USB_REQ_RECIPIENT_INTERFACE:&lt;br&gt;USB_REQ_TYPE_STANDARD:&lt;br&gt;USBD_StdItfReq-&amp;gt;USBD_OK;&lt;br&gt;&lt;br&gt;That&#039;s this code calling:&lt;br&gt;&lt;br&gt;psdPipeSetup(nch-&amp;gt;nch_EP0Pipe, URTF_IN|URTF_VENDOR|URTF_INTERFACE, 0x01, 0x0100, 0x00);&lt;br&gt;&lt;br&gt;do {&lt;br&gt;    ioerr = psdDoPipe(nch-&amp;gt;nch_EP0Pipe, ep0buf, 20);&lt;br&gt;} while(ioerr);&lt;br&gt;&lt;br&gt;On windows on the other hand I get this and then the board hangs:&lt;br&gt;&lt;br&gt;Parse req-&amp;gt;bmRequest 0xc1 (Device to Host)&lt;br&gt;Parse req-&amp;gt;bRequest  0x01&lt;br&gt;Parse req-&amp;gt;wValue    0x0100&lt;br&gt;Parse req-&amp;gt;wIndex    0x0005 &amp;lt;- Notice this!&lt;br&gt;Parse req-&amp;gt;wLength   0x0014&lt;br&gt;USB_REQ_RECIPIENT_INTERFACE:&lt;br&gt;USB_REQ_TYPE_STANDARD:&lt;br&gt;USBD_StdItfReq-&amp;gt;&lt;br&gt;&lt;br&gt;I think they deliberately mess things up (or my ST-board code is messed), I can sometimes get the spoofing board be recognized by windows if I insert the REAL F310 board before and try enough times, but then Windows just uses the registry keys to set the gamepad up.&lt;br&gt;</description>
                <pubDate>Sun, 07 Oct 2018 14:31:56 -0500</pubDate>
                <guid>https://aros-exec.arosworld.org/modules/newbb/viewtopic.php?post_id=110011</guid>
            </item>
                        <item>
                <title>Re: AROS Laptop DELL latitiude D520 [by nikolaos]</title>
                <link>https://aros-exec.arosworld.org/modules/newbb/viewtopic.php?post_id=110007</link>
                <description>General chat::AROS Laptop DELL latitiude D520&lt;br&gt;
The_Reaper: I&#039;m not a developer and it is a difficult task. If you have a lot of money, maybe you could find someone to do it.</description>
                <pubDate>Sun, 07 Oct 2018 09:54:41 -0500</pubDate>
                <guid>https://aros-exec.arosworld.org/modules/newbb/viewtopic.php?post_id=110007</guid>
            </item>
                        <item>
                <title>Re: Checkmate A1500 Plus Kickstarter funded which is good for AROS [by cavemann]</title>
                <link>https://aros-exec.arosworld.org/modules/newbb/viewtopic.php?post_id=110004</link>
                <description>General chat::Checkmate A1500 Plus Kickstarter funded which is good for AROS&lt;br&gt;
It would have been easier to run the gauntlet. Well done! Congratulations &lt;img class=&quot;imgsmile&quot; src=&quot;https://aros-exec.arosworld.org/uploads/smilies/smil3dbd4d4e4c4f2.gif&quot; alt=&quot;&quot; /&gt;</description>
                <pubDate>Sat, 06 Oct 2018 20:29:22 -0500</pubDate>
                <guid>https://aros-exec.arosworld.org/modules/newbb/viewtopic.php?post_id=110004</guid>
            </item>
                        <item>
                <title>Re: Net Bubble 0.9.1 error [by amiga]</title>
                <link>https://aros-exec.arosworld.org/modules/newbb/viewtopic.php?post_id=110003</link>
                <description>General chat::Net Bubble 0.9.1 error&lt;br&gt;
Net-Bubble also works well on AROS 68k.&lt;br&gt;&lt;br&gt;If you need it, I&#039;ve created a nice DualPNG icon, i attach icon file&lt;br&gt;&lt;br&gt;&lt;strong&gt;Test Video: Net-Bubble AfA-OS 68k &lt;/strong&gt;&lt;br&gt;https://youtu.be/oBLxI6weJDQ&lt;br&gt;&lt;br&gt;&lt;strong&gt;Test Video: Net-Bubble + Audio AROS x86 &lt;/strong&gt;&lt;br&gt;https://youtu.be/PAHFVKQLNXM&lt;br&gt;&lt;br&gt;</description>
                <pubDate>Sat, 06 Oct 2018 16:00:19 -0500</pubDate>
                <guid>https://aros-exec.arosworld.org/modules/newbb/viewtopic.php?post_id=110003</guid>
            </item>
                        <item>
                <title>Re: Yannick&#039;s work [by nikolaos]</title>
                <link>https://aros-exec.arosworld.org/modules/newbb/viewtopic.php?post_id=109992</link>
                <description>General chat::Yannick&#039;s work&lt;br&gt;
With WHDMenu quite often the Janus-uae GUI crash when opening a game. I tried to change setting for opening GUI in Janus settings but did not change anything. I also see some strange symbols under Janus iconified icon that does not look normal. Is there a way to completely hide or not open Janus GUI running WHDMenu?&lt;br&gt;&lt;br&gt;I understand sometimes it is nessesary to close Janus itself if game can not be quit but maybe a button from WHDMenu could do that?</description>
                <pubDate>Wed, 03 Oct 2018 23:03:19 -0500</pubDate>
                <guid>https://aros-exec.arosworld.org/modules/newbb/viewtopic.php?post_id=109992</guid>
            </item>
                        <item>
                <title>Games by Ages [by The_Reaper]</title>
                <link>https://aros-exec.arosworld.org/modules/newbb/viewtopic.php?post_id=109991</link>
                <description>General chat::Games by Ages&lt;br&gt;
Created icons to separate the games:&lt;br&gt;&lt;br&gt;Children Games: 6 to 8&lt;br&gt;&lt;br&gt;Bombic&lt;br&gt;https://www.youtube.com/watch?v=BOWzujNYASA&amp;feature=youtu.be&lt;br&gt;&lt;br&gt;Cannoball&lt;br&gt;&lt;br&gt;Dragon memory&lt;br&gt;&lt;br&gt;F-1 Spirit&lt;br&gt;https://www.youtube.com/watch?v=IwFQoG3jYnE&lt;br&gt;&lt;br&gt;Hermes&lt;br&gt;&lt;br&gt;Koules&lt;br&gt;&lt;br&gt;Net-Bubble&lt;br&gt;https://youtu.be/PAHFVKQLNXM&lt;br&gt;&lt;br&gt;Nx Egine: Cave Story&lt;br&gt;&lt;br&gt;tomorrow I edit list and it will be modified&lt;br&gt;&lt;br&gt;Example:&lt;br&gt;&lt;br&gt;Box Nokia 3110&lt;br&gt;Motherboard:&lt;br&gt;AsRock K7S41 REV.1.O&lt;br&gt;Procesador:&lt;br&gt;AMD ATHLON 2200 MHZ&lt;br&gt;AMD ATHLON 2800 MHZ&lt;br&gt;RAM:&lt;br&gt;1 GB Ram Ddr 400Mhz &lt;br&gt;T. G?fica:&lt;br&gt;Geforce FX5500 256 MB&lt;br&gt;HARD DISK:&lt;br&gt;80 GB SEAGATE ATA&lt;br&gt;S.O: &lt;br&gt;ICAROS DESKTOP 2.2.3&lt;br&gt;ASPIRE OS 2.0&lt;br&gt;&lt;br&gt;Youth Games: 9 a 17&lt;br&gt;&lt;br&gt;Aliens versus Predator&lt;br&gt;&lt;br&gt;Amiga Racer&lt;br&gt;https://www.youtube.com/watch?v=lng5PruJ6p4&lt;br&gt;&lt;br&gt;Bombic&lt;br&gt;https://www.youtube.com/watch?v=BOWzujNYASA&lt;br&gt;&lt;br&gt;Descent&lt;br&gt;https://www.youtube.com/watch?v=SxjJVLsEZM4&amp;list=PLZdHU4Mn4AWPFjgugj7tF_d2az-VMJGKx&amp;index=2&lt;br&gt;&lt;br&gt;Descent 2&lt;br&gt;https://www.youtube.com/watch?v=EN9keOrOJbw&amp;list=PLZdHU4Mn4AWPFjgugj7tF_d2az-VMJGKx&amp;index=1&lt;br&gt;&lt;br&gt;Fade to Black&lt;br&gt;https://www.youtube.com/watch?v=677DcCH-m44&lt;br&gt;&lt;br&gt;Final Fight SE 2018&lt;br&gt;https://www.youtube.com/watch?v=zWd6H6tm8_0&lt;br&gt;&lt;br&gt;Hexen II&lt;br&gt;https://www.youtube.com/watch?v=-N9mHT4UrWI&amp;list=PLZdHU4Mn4AWPFjgugj7tF_d2az-VMJGKx&amp;index=4&lt;br&gt;&lt;br&gt;Duke Nukem 3D&lt;br&gt;&lt;br&gt;Doom&lt;br&gt;https://www.youtube.com/watch?v=_Y7goGuXRWU&amp;index=3&amp;list=PLZdHU4Mn4AWPFjgugj7tF_d2az-VMJGKx&lt;br&gt;&lt;br&gt;Doom II&lt;br&gt;https://www.youtube.com/watch?v=ZvtLYhgU5-M&lt;br&gt;&lt;br&gt;MultiRacer&lt;br&gt;https://www.youtube.com/watch?v=Wc1nec78k4A&lt;br&gt;&lt;br&gt;Quake&lt;br&gt;&lt;br&gt;Quake II&lt;br&gt;&lt;br&gt;Tower 57&lt;br&gt;https://www.youtube.com/watch?v=cw80hT6YBXQ&lt;br&gt;&lt;br&gt;tomorrow I edit list and it will be modified&lt;br&gt;&lt;br&gt;Adult Games: 18+&lt;br&gt;&lt;br&gt;Assault cube&lt;br&gt;https://www.youtube.com/watch?list=PLZdHU4Mn4AWPFjgugj7tF_d2az-VMJGKx&amp;v=dueUOsQ8YgY&lt;br&gt;&lt;br&gt;Cube&lt;br&gt;https://www.youtube.com/watch?v=mrt_4B_GRTw&lt;br&gt;&lt;br&gt;Cube 2: Sauerbraten&lt;br&gt;https://www.youtube.com/watch?v=YT_KIvnz2rg&lt;br&gt;&lt;br&gt;Doom III&lt;br&gt;https://www.youtube.com/watch?v=cXlO_lAxLbw&lt;br&gt;&lt;br&gt;Berusky&lt;br&gt;&lt;br&gt;Bos Wars&lt;br&gt;&lt;br&gt;Freeciv 2&lt;br&gt;&lt;br&gt;Freesynd&lt;br&gt;&lt;br&gt;Heroes of Might and Magic II&lt;br&gt;&lt;br&gt;FreedroidRPG&lt;br&gt;&lt;br&gt;Frogatto &amp; Friends&lt;br&gt;&lt;br&gt;Gish&lt;br&gt;&lt;br&gt;Giana Sisters&lt;br&gt;&lt;br&gt;Glulx&lt;br&gt;&lt;br&gt;Heroes of Might and Magic II&lt;br&gt;&lt;br&gt;Hexen&lt;br&gt;&lt;br&gt;Hurrican&lt;br&gt;&lt;br&gt;Jedi Academy&lt;br&gt;&lt;br&gt;Jedi Outcast&lt;br&gt;&lt;br&gt;Nexuiz&lt;br&gt;&lt;br&gt;Lugaru&lt;br&gt;&lt;br&gt;Openbor&lt;br&gt;&lt;br&gt;Quake III Arena&lt;br&gt;https://www.youtube.com/watch?v=EyAe9LUBM8U&lt;br&gt;&lt;br&gt;TORCS&lt;br&gt;https://www.youtube.com/watch?v=Q1maE40zvq4&lt;br&gt;&lt;br&gt;Return to Castle Wolfenstein&lt;br&gt;https://www.youtube.com/watch?v=e-Co0Nx1RWM&amp;feature=youtu.be&lt;br&gt;&lt;br&gt;Red Eclipse &lt;br&gt;&lt;br&gt;Retrobattle&lt;br&gt;&lt;br&gt;Skunks&lt;br&gt;&lt;br&gt;Star Trek: Voyager ? Elite Force&lt;br&gt;&lt;br&gt;Stratagus&lt;br&gt;&lt;br&gt;SuperTuxKart&lt;br&gt;&lt;br&gt;SoulRide&lt;br&gt;&lt;br&gt;Speed Dreams&lt;br&gt;https://www.youtube.com/watch?v=1HyAEVI4kTU&lt;br&gt;&lt;br&gt;Syobon Action&lt;br&gt;&lt;br&gt;UFO: Alien Invasion&lt;br&gt;https://www.youtube.com/watch?v=2_yQn9vEM9A&amp;index=2&amp;list=UUXGWwXDVfJe9xnw93UdPvDg&lt;br&gt;&lt;br&gt;Warzone 2100&lt;br&gt;&lt;br&gt;WarMUX&lt;br&gt;&lt;br&gt;Wings Remastered&lt;br&gt;&lt;br&gt;Wolfenstein: Enemy Territory&lt;br&gt;&lt;br&gt;tomorrow I edit list and it will be modified&lt;br&gt;&lt;br&gt;because I do this!&lt;br&gt;to differentiate between what would be needed with a children&#039;s rings,&lt;br&gt;Pentium 4 or Amd K7&lt;br&gt;to differentiate between a Hoops for Youth and Adults&lt;br&gt;socket 775, s775 and up&lt;br&gt;socket 754, 939 and up&lt;br&gt;&lt;br&gt;And if I, in my opinion, have a Child and Youth Rings,&lt;br&gt;not as an adult&lt;br&gt;&lt;br&gt;So it should be in each flavor Aros,&lt;br&gt;so it is written</description>
                <pubDate>Wed, 03 Oct 2018 22:02:52 -0500</pubDate>
                <guid>https://aros-exec.arosworld.org/modules/newbb/viewtopic.php?post_id=109991</guid>
            </item>
                        <item>
                <title>Re: Few installations (from newbie) [by jp48]</title>
                <link>https://aros-exec.arosworld.org/modules/newbb/viewtopic.php?post_id=109969</link>
                <description>General chat::Few installations (from newbie)&lt;br&gt;
... and found it :D !!</description>
                <pubDate>Mon, 01 Oct 2018 13:14:12 -0500</pubDate>
                <guid>https://aros-exec.arosworld.org/modules/newbb/viewtopic.php?post_id=109969</guid>
            </item>
                    </channel>
    </rss>
</xml>