Search found 25 matches

by UncleBod
Wed Sep 26, 2018 9:20 am
Forum: Assembly
Topic: online Z80 assembler
Replies: 10
Views: 23828

Re: online Z80 assembler

I've made a pull request of my first changes for z88dk now.
Just taking care of the DELete key, but a start at least.
I also used the z88dk frontend to write a short assembler program form the mz700 manual and it worked as expected.

/UncleBod
by UncleBod
Mon Sep 24, 2018 2:02 pm
Forum: Collecting
Topic: Not so shiny new MZ
Replies: 26
Views: 42512

Re: Not so shiny new MZ

Btw it has a Swedish character ROM. I guess I should dump it, could not find it on sharpmz.org. Interesting... I had one with Swedish ROM. I suppose I should try to get that machine back again... There is a bug in the original Swedish Rom, IIRC. I remember I made a special version myself at least. ...
by UncleBod
Mon Sep 24, 2018 1:59 pm
Forum: Emulation
Topic: EmuZ-80
Replies: 10
Views: 21161

Re: EmuZ-80

I tried the EmuZ-800 and think it is quite nice, but the code is very Windows specific. A more portable solution would be nice, as I plan to migrate to Linux, after Windows 7 supports ends. This portable emulator has some potential, also the GTK GUI is still very basic: https://sourceforge.net/proj...
by UncleBod
Mon Sep 24, 2018 1:47 pm
Forum: Assembly
Topic: online Z80 assembler
Replies: 10
Views: 23828

Re: online Z80 assembler

by UncleBod
Mon Sep 24, 2018 7:02 am
Forum: Assembly
Topic: online Z80 assembler
Replies: 10
Views: 23828

Re: online Z80 assembler

Z88dk has good potential, bet the MZ part needs some work. It assembles the code at 1300H as default. It makes a mess when it converts the from standard ASCII to the sharp version, It misses the backspace/delete key in the getc() routine. It assumes you have a MZ-700 and uses the colour RAM when mak...