Search found 395 matches

by Bill B
03 Dec 2017 16:42
Forum: SOFTWARE
Topic: Cleaning Game Audio Files
Replies: 24
Views: 28699

Re: Cleaning Game Audio Files

I don;t know whether it is relevant to MAME, but for MEMU, in order for the tape reading to work, I had to do some work on the Z80 emulation to make the CTC interrupt to the Z80 nearly cycle accurate. As a consequence this version of MEMU is probably a bit slower than Andy's version. However, it did...
by Bill B
03 Dec 2017 10:08
Forum: SOFTWARE
Topic: Cleaning Game Audio Files
Replies: 24
Views: 28699

Re: Cleaning Game Audio Files

Dave, Thanks for hosting this for me. My code is currently based upon Andy Key's from a couple of years back. It does not contain Andy's latest enhancements (it will not run hextrain). It is also rather more Linux / Raspberry Pi specific. However it does contain the following features: MTX serial I/...
by Bill B
14 Oct 2017 22:47
Forum: MEMOFEST 2017
Topic: Setting the Agenda
Replies: 8
Views: 13505

Re: Setting the Agenda

Thanks to Martin & family for hospitality, a very substantial buffet and another very impressive cake.

I only wish I had been able to spend longer with all the assembled Memotechies.

Bill.
by Bill B
14 Oct 2017 22:36
Forum: PROGRAMMING
Topic: Memotest 2017 - Z80 coding contest
Replies: 27
Views: 36976

Re: Memotest 2017 - Z80 coding contest

My entry came in at 41 bytes and 181 cycles.

It was tested in MEMU running CPM.
by Bill B
26 Sep 2017 14:15
Forum: PROGRAMMING
Topic: Memotest 2017 - Z80 coding contest
Replies: 27
Views: 36976

Re: Memotest 2017 - Z80 coding contest

Are the "undocumented" Z80 instructions allowed?

Things like: LD IXh, A (0xDD, 0x67)

Or "Official" Z80 instructions only?
by Bill B
21 Jun 2017 21:41
Forum: REMEMOrizer
Topic: Help with CPMCP
Replies: 10
Views: 19674

Re: Help with CPMCP

Try

CPMCP -f memotech-type18 partition0.dat c:\cpmtools\partition0\file.mtx 0:

Bill.
by Bill B
20 May 2017 22:04
Forum: PROGRAMMING
Topic: C
Replies: 4
Views: 9320

Re: C

Dave, If you are running small C in MEMU, why not edit your programs using your preferred Windows editor, and then use MEMU and Small C to compile the code, in a similar way to Andy's site shows for Z80 assembler, i.e.: memu -mon-console -fast cc.com ... That should give you CP/M executables. Compil...
by Bill B
17 Apr 2017 12:57
Forum: SOFTWARE
Topic: Cleaning Game Audio Files
Replies: 24
Views: 28699

Re: Cleaning Game Audio Files

Claus, Thanks for bug report. Fixed in the attached version. The previous version would have worked if you had specified an output sample rate. The difficulty with converting between .mtx and .wav files is knowing how long each block of data is. When converting to .wav you need to know where to inse...
by Bill B
12 Nov 2016 10:45
Forum: SOFTWARE
Topic: Cleaning Game Audio Files
Replies: 24
Views: 28699

Re: Cleaning Game Audio Files

Windows executable versions, compiled using MinGW,

Bill.
by Bill B
06 Nov 2016 13:52
Forum: SOFTWARE
Topic: Cleaning Game Audio Files
Replies: 24
Views: 28699

Re: Cleaning Game Audio Files

This one is my level 2 tape audio file cleaning program. As well as squaring the input signal it normalises the pulse lengths. In order to do so, it needs to know the Baud rate of the recording. 2400 is assumed if nothing else is specified. The program can produce an output file with a different Bau...