Search found 685 matches

by hlide
Sun Jun 13, 2021 5:24 pm
Forum: Assembly
Topic: Assembling Z80 source using TASM or similar
Replies: 21
Views: 13568

Re: Assembling Z80 source using TASM or similar

I use this one. I translated all the messages into English for more commodity. It can handle sharpascii, display codes in DB and build an MZT file (same as MZF, just rename it).
z80as_012_hlide_en.zip
(135.95 KiB) Downloaded 340 times
by hlide
Thu Jun 10, 2021 5:07 pm
Forum: Hardware
Topic: MZ-700 Monitor Command 'F' and add-on ROM hardware
Replies: 18
Views: 8471

Re: MZ-700 Monitor Command 'F' and add-on ROM hardware

Interrupt is only for AM/PM toggling. In my game, I simply disable interrupt forever, so I can enable the first DRAM area and fill it with whatever I want. You could also enable the third area as DRAM ($E000-$FFFF) because the moment you need to access VRAM or I/O are deterministic: you simply disab...
by hlide
Thu Jun 10, 2021 5:02 pm
Forum: Hardware
Topic: MZ-700 Monitor Command 'F' and add-on ROM hardware
Replies: 18
Views: 8471

Re: MZ-700 Monitor Command 'F' and add-on ROM hardware

When accessing $E0-$E7, only address bus is considered, data address is dummy.
by hlide
Thu Jun 10, 2021 5:01 pm
Forum: Hardware
Topic: MZ-700 Monitor Command 'F' and add-on ROM hardware
Replies: 18
Views: 8471

Re: MZ-700 Monitor Command 'F' and add-on ROM hardware

Yep, doing a OUT ($E1),A would prevent from you viewing the M command to operate.

I'm not sure why it doesn't increase. Does it mean the M command check whether your writing is effective? I wouldn't expect it but that seems the only explanation I can see for the moment.
by hlide
Wed Jun 09, 2021 11:58 am
Forum: Hardware
Topic: MZ-700 Blank Key.
Replies: 35
Views: 13901

Re: MZ-700 Blank Key.

And what @psmart advised is a very simple and good way to check since that CGROM is just plugged (so no desoldering) BUT I wonder which programmer can read it and reprogram it (supposedly using UV erasure is possible), any idea @psmart ?
by hlide
Wed Jun 09, 2021 11:55 am
Forum: Hardware
Topic: MZ-700 Blank Key.
Replies: 35
Views: 13901

Re: MZ-700 Blank Key.

The 74S157 mux are for DRAM, there is no such mux for CGROM. I just mean DRAM must be fixed to be able to go further. Obviously, it doesn't mean it will fix the CGROM issue.
by hlide
Mon Jun 07, 2021 4:43 pm
Forum: Hardware
Topic: MZ-700 Blank Key.
Replies: 35
Views: 13901

Re: MZ-700 Blank Key.

So you have first issue with DRAM. Since MONITOR ROM uses system data in DRAM, chance you're not able to go further as long as that issue is not corrected.
by hlide
Mon Jun 07, 2021 4:34 pm
Forum: Hardware
Topic: MZ-700 Monitor Command 'F' and add-on ROM hardware
Replies: 18
Views: 8471

Re: MZ-700 Monitor Command 'F' and add-on ROM hardware

On a stock MZ-700, $E010-$FFFF is not mapped to anything, that's why.
by hlide
Sun Jun 06, 2021 5:56 pm
Forum: Hardware
Topic: MZ-700 Blank Key.
Replies: 35
Views: 13901

Re: MZ-700 Blank Key.

Checked, the Japanese version have a Japanese word printed on the key and Western version has no use for that key.
by hlide
Sun Jun 06, 2021 5:51 pm
Forum: Hardware
Topic: MZ-700 Blank Key.
Replies: 35
Views: 13901

Re: MZ-700 Blank Key.

it does nothing as I suspect it was specific to Japanese version.