Search found 117 matches

by productiondave
Mon Apr 03, 2023 7:44 am
Forum: NABU-LIB
Topic: Polling the Joystick statuses crash. (fixed)
Replies: 4
Views: 1453

Re: Polling the Joystick statuses crashes when VDP_DISABLE is defined.

DJ Sures wrote: Mon Apr 03, 2023 3:16 am Reviewing that code, the vdp interrupts are not enabled. they are only enabled when the nabulib function is called to enable "vdp_enableVDPReadyInt()"

I'll take a quick peek and see what's going on for u.
Yeah I wasn't sure. It's something to do with the VDP though.

Staying tuned.
by productiondave
Mon Apr 03, 2023 7:22 am
Forum: Production Dave
Topic: Version 3.0 of nabu-games is released
Replies: 5
Views: 1311

Version 3.0 of nabu-games is released

Let's go! https://github.com/linuxplayground/nabu-games/releases/tag/v3.0 General Nabu Games has a new platform! Yes you heard it here first. Tetris and Snake are now playable on the Z80-Retro. See release artifacts for a ZIP or tar.gz file containing the CP/M Versions compiled for the Retro. Genera...
by productiondave
Sun Apr 02, 2023 9:40 pm
Forum: NABU-LIB
Topic: Polling the Joystick statuses crash. (fixed)
Replies: 4
Views: 1453

Polling the Joystick statuses crash. (fixed)

Hi, I was working with Jeff Stone over on Discord, and he was asking about why his code crashes. The intention is to write a simple program that reports the status of the two joysticks. I have found that the following code works perfectly when I do *NOT* define DISABLE_VDP. However if I do DISABLE_V...
by productiondave
Thu Mar 30, 2023 10:31 pm
Forum: NABU-LIB
Topic: Maturing the NABU-LIB project.
Replies: 4
Views: 1450

Re: Maturing the NABU-LIB project.

Thanks Ben, It's still early days in nabu-lib but we'll get there. Ive been thinking of the goal of NABU-LIB in terms of what I think dj intended when he created it. I think he intends for it to facilitate an easy development pathway for people who might be starting out with the nabu and not wanting...
by productiondave
Wed Mar 29, 2023 8:24 pm
Forum: NABU-LIB
Topic: Maturing the NABU-LIB project.
Replies: 4
Views: 1450

Re: Maturing the NABU-LIB project.

Okay, no rush on GitHub stuff. Most of us have these pesky day-jobs we need to keep doing. Yeah - the repository at the moment looks like an examples project and not a library project. We need to shift the focus to, "This is a library and here are some examples" rather than "Here are ...
by productiondave
Wed Mar 29, 2023 8:58 am
Forum: NABU-LIB
Topic: Maturing the NABU-LIB project.
Replies: 4
Views: 1450

Maturing the NABU-LIB project.

Heyo A few of things I wanted to discuss. We can start separate topics if we need to. 1. Is it possible to start working on NABU-LIB natively with Git. At the moment, I think updates are being made by uploading files via the GitHub UI. Usually these sorts of projects run with Pull Requests and forks...
by productiondave
Wed Mar 29, 2023 3:46 am
Forum: Production Dave
Topic: About Production Dave and the Nabu-Games.
Replies: 2
Views: 2720

About Production Dave and the Nabu-Games.

A little about me so y'all know. I am not a professional software developer. Anyone looking through my code will soon know that to be a fundamental truth. That doesn't stop me from having a go though. I have a full time day job working in Cloud Infrastructure Engineering and so working on retro proj...