Search found 473 matches

by akuyou
Sat May 04, 2019 12:43 pm
Forum: General Z80 Programming
Topic: A bit of Fun? running a Z80 from a breadboard!
Replies: 3
Views: 8335

Re: A bit of Fun? running a Z80 from a breadboard!

I actually bought the timing chip to do it, but it's another thing I've not got around to... it looks fascinating I wish I was better with soldering and electronics, but I don't have a lot of skill or confidence in that area - so at the moment I'm just focusing on the software side, where I can achi...
by akuyou
Sat May 04, 2019 12:23 pm
Forum: General Z80 Programming
Topic: VASM - Makefile
Replies: 4
Views: 7145

Re: VASM - Makefile

It was a totally fair question, to be honest, frustrations over how hard it is to compile open source C++ software seems to be is what pushes me to focus on ASM... this may help you... here is the LATEST version of VASM, which I use in my current Z80/GB development - this contains some updates that ...
by akuyou
Sat May 04, 2019 12:08 pm
Forum: General Z80 Programming
Topic: VASM - Makefile
Replies: 4
Views: 7145

Re: VASM - Makefile

I take it you have my Devtools with the precompiled EXE from: http://www.chibiakumas.com/z80/Z80DevTools.php As for how I compiled VASM? well the answer was it was a great pain, so it's certainly not that you suck... and what I did no longer seems to work for the latest makefile... I'd suggest you t...
by akuyou
Sat May 04, 2019 10:09 am
Forum: Introductions
Topic: Hola from Sunny Scotland
Replies: 3
Views: 5134

Re: Hola from Sunny Scotland

Thanks for signing up! Look forward to seeing what you come up with for the CPC... I'm certain if you can manage SQL and PHP, you can do ASM... I learned Z80 only a couple of years ago, and up to that point I'd mostly done things like VB/VB.Net and SQL, I think if you've got your head around the log...
by akuyou
Wed May 01, 2019 11:27 pm
Forum: Amstrad CPC Assembly Programming
Topic: Simple Addition Issues - Result is a letter
Replies: 4
Views: 6952

Re: Simple Addition Issues - Result is a letter

Lesson 3 'Cheated' and used basic to read in, and write out the result - Basic coverts Hex (00-FF) to Decimal (0-255) for us in that example... WaitChar and Printchar are working in ascii as you've observed, below is a piece of code, quickly nicked from ChibiAliens, which should show a number from 0...
by akuyou
Wed May 01, 2019 9:14 pm
Forum: Introductions
Topic: Hi All!
Replies: 1
Views: 3652

Re: Hi All!

Welcome to the forum! Thanks for signing up. As you may now know, the Gameboy uses a CPU similar to a Z80, but with a few limitations (that can be 'worked around') You can definitely make your own game if you want, I managed to make 'Grime Z80' in 7 days, and that works on the gameboy (it's open sou...
by akuyou
Tue Apr 30, 2019 4:23 am
Forum: Show and Tell
Topic: Pixel Perfect - My first working program :D
Replies: 3
Views: 5433

Re: Pixel Perfect - My first working program :D

Sounds great! Simple games like that are always lots of fun to play, and as a programmer, it's great to get something working quickly, and be able to add new features to it as it progresses! I used to have lots of fun back in the 80's in basic doing games like that, and had lots of fun doing it (and...
by akuyou
Tue Apr 30, 2019 4:16 am
Forum: Amstrad CPC Assembly Programming
Topic: CPC Plotting pixels
Replies: 6
Views: 8905

Re: CPC Plotting pixels

A youtube user has left the following comment: I've been trying to follow this, but the example code is just way too complicated in the way it branches off to so many external files and functions. I get that it's efficient to use prewritten code with these techniques but for a beginner just trying t...
by akuyou
Tue Apr 30, 2019 4:13 am
Forum: Amstrad CPC Assembly Programming
Topic: CPC Plotting pixels
Replies: 6
Views: 8905

Re: CPC Plotting pixels

The halt command was just to slow things down enough to see what was going on, If the code was working correctly the lines should fill in order, but without the halt it would be hard to see what order they were filling. The GetNextLine and GetScreenPos functions here were taken from ChibiAkumas, and...
by akuyou
Sun Apr 28, 2019 7:20 am
Forum: Introductions
Topic: Good morning
Replies: 5
Views: 5853

Re: Good morning

Thanks for joining... I've got more c64 content... and I'm going to be looking at the GP32 next year, as you know...

if you did a test on your GP32 you're doing better than me... I never did anything with my GP2X... but I did do some development on the NDS (in C++)... maybe that gets me a pass?

Go to advanced search