Search found 172 matches

by Pacman
Wed Nov 01, 2023 7:15 am
Forum: Assembly
Topic: [BASIC TO Z80] For the beginner
Replies: 4
Views: 4696

Re: [BASIC TO Z80] For the beginner

I return to the subject of BASIC to Assembler translation. Following this message, I developed a small BASIC compiler based on KUMA COMPILER (in Europe) or WICS (in Japan) with some additional instructions. It is still experimental, still has a few bugs but eventually I think I will be able to use i...
by Pacman
Wed Aug 16, 2023 3:27 pm
Forum: Assembly
Topic: Assembling Z80 source using TASM or similar
Replies: 21
Views: 12962

Re: Assembling Z80 source using TASM or similar

Personally, I created a bash script for this. So it is possible.
I use geany+z80asm under linux and geny is configured to execute the script and automatically generate a .MZF for me with the correct addresses (start+execution) as well as comments.
by Pacman
Sat Aug 12, 2023 5:48 am
Forum: Games
Topic: ZALION
Replies: 1
Views: 3416

ZALION

Hi, A nice little game found in PIO 1984/10: ZALION. Characteristics : 3D display, animations 3D 13 zones to cover, each of which can be covered 2 times 1 shot at a time Up to 10 objects displayed 3 versions in the archive : - Original with Japanese characters - Europe with European characters - Mod...
by Pacman
Wed Apr 26, 2023 8:11 am
Forum: Games
Topic: Blizzard
Replies: 7
Views: 3212

Re: Blizzard

Here are the changes detected compared to the version I have: 1CEB 6E 26 17 60CB CD ae 40 60D9 CD ae 40 60E7 CD ae 40 60F5 CD ae 40 6455 03 0f 10 09 12 09 07 08 14 00 21 29 28 24 00 02 19 00 6467 14 2e 13 09 0d 09 1a 15 646F 10 12 0f 04 15 03 05 04 00 00 00 02 19 00 00 00 647F 3d 70 00 00 00 00 00 0...
by Pacman
Tue Apr 25, 2023 8:34 pm
Forum: Games
Topic: Blizzard
Replies: 7
Views: 3212

Re: Blizzard

No, it is rather degraded an incomplete program. This is a twisted version of an original with some minor parts missing. The game itself has remained the same though.
by Pacman
Mon Apr 24, 2023 8:39 pm
Forum: Games
Topic: Blizzard
Replies: 7
Views: 3212

Re: Blizzard

Blizzard works great on MZ-700. here it is not the original version, but a degraded version of the game.
by Pacman
Sat Sep 24, 2022 10:31 am
Forum: Games
Topic: Hunchy
Replies: 4
Views: 3198

Re: Hunchy

So I removed everything that is not used in the program: Reduction of 2kB
Enjoy
mz700_bin_hunchy.mzf.zip
(6.02 KiB) Downloaded 299 times
by Pacman
Fri Sep 23, 2022 8:54 pm
Forum: Games
Topic: Hunchy
Replies: 4
Views: 3198

Re: Hunchy

Corrected version ...well I hope I haven't forgotten anything!
mz700_bin_hunchy.mzf.zip
(6.68 KiB) Downloaded 279 times
by Pacman
Fri Sep 23, 2022 7:52 pm
Forum: Games
Topic: Hunchy
Replies: 4
Views: 3198

Re: Hunchy

I spotted these errors there, and I think there are others certainly due to the translation from tape to mzf: $2681: C3 6A 94 -> C3 6A 34 (start of the game) $273A : 80 -> 00 $2B6D : 18 30 02 -> 11 30 02 $2D88 : CD 80 19 -> CD 80 13 $3494 : CD 8C 2B -> CD 8B 2B ? $37FC : C3 61 3C -> C3 60 3C ? $3B7B...
by Pacman
Fri Jul 15, 2022 7:52 pm
Forum: Other
Topic: Display Codes
Replies: 4
Views: 3353

Re: Display Codes

There are others in the same style:

Square :
0x72 0x73
0x32 0x33

Complements :
0x3A and 0x7A : +0x40
0x3B and 0x7B : +0x40
0x5B and 0x6C : +0x11

Large circle :

Code: Select all

0x9C 0x9D 0x9E 0x9F
0xB0           0xB3
0xB4           0xB7
0xB8 0xB9 0xBA 0xBB