From 5201338db23ae725cb5478b247b41f865ab96af1 Mon Sep 17 00:00:00 2001 From: Robbbert Date: Sun, 5 Aug 2018 00:19:17 +1000 Subject: (nw) minor notes --- src/mame/drivers/apricotp.cpp | 2 -- src/mame/drivers/datum.cpp | 5 ++--- src/mame/drivers/trs80m3.cpp | 3 +-- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/src/mame/drivers/apricotp.cpp b/src/mame/drivers/apricotp.cpp index aa44e5389c4..f801f6f2449 100644 --- a/src/mame/drivers/apricotp.cpp +++ b/src/mame/drivers/apricotp.cpp @@ -9,8 +9,6 @@ 11/09/2011 - modernised. The portable doesn't seem to have scroll registers, and it sets the palette to black. - I've added a temporary video output so that you can get - an idea of what the screen should look like. [Robbbert] ****************************************************************************/ diff --git a/src/mame/drivers/datum.cpp b/src/mame/drivers/datum.cpp index def02c65eab..7463e718f56 100644 --- a/src/mame/drivers/datum.cpp +++ b/src/mame/drivers/datum.cpp @@ -10,8 +10,7 @@ Described in Electronics Australia magazine in 1982/1983. - The ROM was keyed in by hand from a printout, so is therefore considered a bad dump. - It has routines for adc, dac, cassette, but there's no hardware to support these. -- The basic machine is fully emulated as per the schematic, but still marked not working - until the ROM can be confirmed as ok. +- The basic machine is fully emulated as per the schematic. Memory Map: 0000-007F = RAM inside the cpu @@ -214,4 +213,4 @@ ROM_START( datum ) ROM_END // YEAR NAME PARENT COMPAT MACHINE INPUT CLASS INIT COMPANY FULLNAME FLAGS -COMP( 1982, datum, 0, 0, datum, datum, datum_state, empty_init, "Gammatron", "Datum", MACHINE_NOT_WORKING | MACHINE_NO_SOUND_HW ) +COMP( 1982, datum, 0, 0, datum, datum, datum_state, empty_init, "Gammatron", "Datum", MACHINE_NO_SOUND_HW ) diff --git a/src/mame/drivers/trs80m3.cpp b/src/mame/drivers/trs80m3.cpp index 45cf891e80c..dd4f1c0d8e9 100644 --- a/src/mame/drivers/trs80m3.cpp +++ b/src/mame/drivers/trs80m3.cpp @@ -58,10 +58,9 @@ To Do / Status: -------------- trs80m3: works - floppy not working trs80m4: works - floppy not working + will boot model 3 floppies, but not model 4 ones trs80m4p: floppy not working, so machine is useless -- cgit v1.2.3