The following warnings occurred:
Warning [2] Undefined array key "attachments" - Line: 20 - File: portal.php(680) : eval()'d code PHP 8.2.31 (Linux)
File Line Function
/inc/class_error.php 157 errorHandler->error
/portal.php(680) : eval()'d code 20 errorHandler->error_callback
/portal.php 680 eval
Warning [2] Undefined array key "attachments" - Line: 20 - File: portal.php(680) : eval()'d code PHP 8.2.31 (Linux)
File Line Function
/inc/class_error.php 157 errorHandler->error
/portal.php(680) : eval()'d code 20 errorHandler->error_callback
/portal.php 680 eval
Warning [2] Undefined array key "attachments" - Line: 20 - File: portal.php(680) : eval()'d code PHP 8.2.31 (Linux)
File Line Function
/inc/class_error.php 157 errorHandler->error
/portal.php(680) : eval()'d code 20 errorHandler->error_callback
/portal.php 680 eval




Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 274
» Latest member: zxspecticle
» Forum threads: 1,086
» Forum posts: 6,487

Full Statistics

Online Users
There are currently 199 online users.
» 0 Member(s) | 197 Guest(s)
Bing, Google

Latest Threads
New video Couse / Nuevo c...
Forum: News
Last Post: Duefectu
2026-04-29, 11:02 PM
» Replies: 0
» Views: 214
location of heap manageme...
Forum: Help & Support
Last Post: boriel
2026-03-07, 12:13 AM
» Replies: 1
» Views: 486
non-paged supervisor code...
Forum: Help & Support
Last Post: sdo303
2026-02-20, 06:38 PM
» Replies: 8
» Views: 1,302
How to open fuse as an ex...
Forum: How-To & Tutorials
Last Post: Duefectu
2026-02-09, 01:52 PM
» Replies: 3
» Views: 1,392
Old zxbasic game errors
Forum: Help & Support
Last Post: boriel
2025-11-09, 11:52 AM
» Replies: 7
» Views: 2,080
Error: Undefined GLOBAL l...
Forum: Help & Support
Last Post: ardentcrest
2025-11-04, 05:46 PM
» Replies: 3
» Views: 1,082
A Fast(er) Plot Routine f...
Forum: How-To & Tutorials
Last Post: tubz74
2025-10-30, 03:16 PM
» Replies: 2
» Views: 1,180
Hall of Fame - Include fo...
Forum: How-To & Tutorials
Last Post: tubz74
2025-10-28, 03:48 PM
» Replies: 0
» Views: 630
[SOLVED] Array layout bug...
Forum: Bug Reports
Last Post: Zoran
2025-10-25, 05:48 PM
» Replies: 2
» Views: 1,220
3DOS Commands?
Forum: Help & Support
Last Post: boriel
2025-10-06, 02:54 PM
» Replies: 3
» Views: 1,383

 
  [taito-thepit] first test
Posted by: nitrofurano - 2015-06-10, 02:31 PM - Forum: Other Archs - No Replies

a test for Taito The Pit arcade machine (PortMan configuration)



Attached Files
.zip   example04_working.zip (Size: 34.5 KB / Downloads: 1,083)
Print this item

  [ballymidway-rampage] first test
Posted by: nitrofurano - 2015-06-09, 11:02 PM - Forum: Other Archs - No Replies

first test for the Bally/Midway’s Rampage arcade machine
( the wiki page related to this thread is at <!-- m --><a class="postlink" href="http://www.boriel.com/wiki/en/index.php/ZX_BASIC:Released_Programs_-_BallyMidwayRampage">http://www.boriel.com/wiki/en/index.php ... wayRampage</a><!-- m --> )



Attached Files
.zip   example01b_startingtowork.zip (Size: 121.13 KB / Downloads: 1,099)
Print this item

  [taito-pitnrun] first test
Posted by: nitrofurano - 2015-06-08, 08:45 PM - Forum: Other Archs - No Replies

a test for Taito Pit&Run arcade machine



Attached Files
.zip   example01c_working.zip (Size: 125.08 KB / Downloads: 1,002)
Print this item

  [capcom-higemaru] first test
Posted by: nitrofurano - 2015-06-08, 05:01 PM - Forum: Other Archs - No Replies

first test for the Capcom’s Higemaru arcade machine
( the wiki page related to this thread is at <!-- m --><a class="postlink" href="http://www.boriel.com/wiki/en/index.php/ZX_BASIC:Released_Programs_-_CapcomHigemaru">http://www.boriel.com/wiki/en/index.php ... omHigemaru</a><!-- m --> )



Attached Files
.zip   example01d_working.zip (Size: 31.07 KB / Downloads: 1,034)
Print this item

  [sun-strenghtandskill] first test
Posted by: nitrofurano - 2015-06-08, 11:08 AM - Forum: Other Archs - No Replies

first test for the Sun-StrenghtAndSkill arcade machine



Attached Files
.zip   example01d_working.zip (Size: 21.98 KB / Downloads: 1,122)
Print this item

  [universal-docastle] first test
Posted by: nitrofurano - 2015-06-06, 12:05 PM - Forum: Other Archs - Replies (1)

first test for the Universal Mr. Do’s Castle arcade machine (DoRunRun configuration)



Attached Files
.zip   example01d_progressing2.zip (Size: 60.65 KB / Downloads: 1,085)
Print this item

  How to scroll ATTRibutes in "WindowScrollUp"?
Posted by: LukeBord1 - 2015-05-30, 10:19 AM - Forum: How-To & Tutorials - Replies (1)

Hi, i'm restyling an old basic program i made in far 80s, a vertical Scramble-like game.

This great WindowScrollUp routine scrolls only the screen data, not the colour attributes...
http://www.boriel.com/wiki/en/index.php/...owScrollUp

The need is to include a window-attribute-scroll too (but please don't suggest to "POKE" attr addresses inside a FOR/NEXT basic routine, the game would slow-down too much - it should be assembly language inside the same ASM routine)!

Does someone already succeeded?

Print this item

  How to scroll ATTRibutes in "WindowScrollUp"?
Posted by: LukeBord1 - 2015-05-30, 09:58 AM - Forum: Help & Support - Replies (3)

Hi, i'm restyling an old basic program i made in far 80s, a vertical Scramble-like game.

This great WindowScrollUp routine scrolls only the screen data, not the colour attributes...
http://www.boriel.com/wiki/en/index.php/...owScrollUp

The need is to include a window-attribute-scroll too (but please don't suggest to "POKE" attr addresses inside a FOR/NEXT basic routine, the game would slow-down too much - it should be assembly language inside the same ASM routine)!

Does someone already succeeded?

Print this item

  Helllloooooooooooooooooooooo
Posted by: polomint - 2015-05-25, 04:48 PM - Forum: ZX Basic Compiler - Replies (1)

Hi there,

Just thought I would quickly say hello, I'm surprised I never registered here before, Smile

Print this item

  [mz700] first test
Posted by: nitrofurano - 2015-05-03, 03:55 PM - Forum: Other Archs - No Replies

first test for Sharp MZ-700



Attached Files
.zip   example01e_charactersetandkeyboard.zip (Size: 13.75 KB / Downloads: 1,040)
Print this item