Note Feed

Note: GitHub retired the SVN interface on January 8, 2024.

Previous 50 199869 Revisions Next 50

r177951 Tuesday 1st June, 2021 at 16:54:44 UTC by Aaron Giles
ymfm: Sync with upstream:
* Fix panning calculations in OPL4 (YMF278B)
* Make OPQ reverb less ridiculous
[/branches/time-experiments/3rdparty/ymfm]buildall.cpp*
[/branches/time-experiments/3rdparty/ymfm/examples/vgmrender]vgmrender.cpp
[/branches/time-experiments/3rdparty/ymfm/src]ymfm_misc.cpp* ymfm_misc.h* ymfm_opn.cpp ymfm_opn.h ymfm_opq.cpp ymfm_pcm.cpp
[/branches/time-experiments/scripts/src]3rdparty.lua
[/branches/time-experiments/src/devices/sound]ymopl.h ymopz.h

r177950 Tuesday 1st June, 2021 at 16:50:07 UTC by Osso
New working clones
------------------
Battle Arena Toshinden 2 (Euro 951124) [Brian Troha, The Dumping Union]
Battle Arena Toshinden 2 (Japan 951124) [Brian Troha, The Dumping Union]

-zn.cpp updates: [Brian Troha, The Dumping Union]
* Removal of superfluous “unknown” ROM def for nbajamexa
* Adding Export or Japan to the Tecmo sets
* Changing Dead or Alive +++ to be “Japan/USA/Export” because it’s the only set that lets you change the “Nation” with added comment
* White space cleanup
[/branches/time-experiments/src/mame]mame.lst
[/branches/time-experiments/src/mame/drivers]zn.cpp

r177949 Tuesday 1st June, 2021 at 16:12:44 UTC by Osso
New machines marked as NOT_WORKING
----------------------------------
Play Sonic 4 [Juan Romero, ClawGrip]
[/branches/time-experiments/scripts/target/mame]arcade.lua
[/branches/time-experiments/src/mame]arcade.flt mame.lst
[/branches/time-experiments/src/mame/drivers]plsonic4.cpp*

r177948 Tuesday 1st June, 2021 at 13:51:01 UTC by AJR
tek4404: Start adding memory management
[/branches/time-experiments/src/mame/drivers]tek440x.cpp

r177947 Tuesday 1st June, 2021 at 12:29:37 UTC by patrick.mackinlay
ns32202: fix register masks
[/branches/time-experiments/src/devices/machine]ns32202.cpp

r177946 Tuesday 1st June, 2021 at 12:27:34 UTC by patrick.mackinlay
i82586: various fixes

* send fcs in loopback mode
* don't store fcs in memory
* don't consume descriptors for bad frames
[/branches/time-experiments/src/devices/machine]i82586.cpp

r177945 Tuesday 1st June, 2021 at 12:23:09 UTC by patrick.mackinlay
floppy: fix the build
[/branches/time-experiments/src/devices/imagedev]floppy.h

r177944 Tuesday 1st June, 2021 at 11:16:52 UTC by Dirk Best
vtech: Rework expansion bus emulation

- Use memory taps instead of directly installing into the memory map
- Use address_maps to specify address ranges
- Add missing save states
- Support the BennVenn SD Loader (preliminary)
- Move lightpen skeleton to a device
[/branches/time-experiments/scripts/src]bus.lua
[/branches/time-experiments/src/devices/bus/vtech/ioexp]ioexp.cpp ioexp.h joystick.cpp joystick.h lpen.cpp* lpen.h* printer.cpp printer.h
[/branches/time-experiments/src/devices/bus/vtech/memexp]carts.cpp floppy.cpp floppy.h memexp.cpp memexp.h memory.cpp memory.h rs232.cpp rs232.h rtty.cpp rtty.h sdloader.cpp* sdloader.h* wordpro.cpp wordpro.h
[/branches/time-experiments/src/mame/drivers]vtech1.cpp vtech2.cpp

r177943 Tuesday 1st June, 2021 at 08:56:14 UTC by Aaron Giles
ympsr60: Fix sustain behavior. Adjust volume range and defaults a bit.
[/branches/time-experiments/src/mame/drivers]ympsr60.cpp

r177942 Tuesday 1st June, 2021 at 02:15:36 UTC by AJR
tek410x: Add keyboard [AJR, Bitsavers]
* tek440x: Hook up 410X keyboard to pass boot test
* mc68681: Wait until transmitter is actually empty to set TxEMT
[/branches/time-experiments/scripts/target/mame]mess.lua
[/branches/time-experiments/src/devices/machine]mc68681.cpp
[/branches/time-experiments/src/mame/drivers]tek410x.cpp tek440x.cpp
[/branches/time-experiments/src/mame/machine]tek410x_kbd.cpp* tek410x_kbd.h*

r177941 Tuesday 1st June, 2021 at 01:11:53 UTC by Aaron Giles
ympsr60: Fix BBD connections and behavior, use the cv callback to control the frequency.
[/branches/time-experiments/src/devices/sound]bbd.h
[/branches/time-experiments/src/mame/drivers]ympsr60.cpp

r177940 Tuesday 1st June, 2021 at 00:46:46 UTC by Aaron Giles
bbd: Fix out of bounds accesses.
[/branches/time-experiments/src/devices/sound]bbd.h

r177939 Tuesday 1st June, 2021 at 00:40:16 UTC by Aaron Giles
bbd: Add support for a continuously-varying frequency to avoid abusing the sound manager.
[/branches/time-experiments/src/devices/sound]bbd.cpp bbd.h

r177938 Monday 31st May, 2021 at 20:46:15 UTC by hap
cambrp: add more interesting paste example
[/branches/time-experiments/src/mame/drivers]hh_cops1.cpp

r177937 Monday 31st May, 2021 at 20:29:01 UTC by tim.lindner
bus/coco: add CoCo Max Hi Res Input Module (#8104)
[/branches/time-experiments/scripts/src]bus.lua
[/branches/time-experiments/src/devices/bus/coco]coco_max.cpp* coco_max.h* cococart.cpp
[/branches/time-experiments/src/mame/drivers]coco12.cpp dragon.cpp
[/branches/time-experiments/src/mame/machine]6883sam.cpp

r177936 Monday 31st May, 2021 at 20:28:14 UTC by tim.lindner
es5503: bits 0 and 6 are always high for this register (#8121)
[/branches/time-experiments/src/devices/sound]es5503.cpp

r177935 Monday 31st May, 2021 at 20:13:37 UTC by Carl
ibmpcjr: fix cpu clock
[/branches/time-experiments/src/mame/drivers]ibmpcjr.cpp

r177934 Monday 31st May, 2021 at 19:55:35 UTC by hap
cambrp: change to IPT_KEYBOARD to allow text pasting
[/branches/time-experiments/src/mame/drivers]hh_cops1.cpp

r177933 Monday 31st May, 2021 at 18:20:28 UTC by Aaron Giles
ympsr60: Fleshed out the PSR60/PSR70 drivers
* Split YM2154 into a separate device
* Created fake YM2154 ROMs as placeholders
* Created new BBD sound device in src/devices/sound/bbd.cpp
* Created new mixer device in src/devices/sound/mixer.cpp
* Connected YM2154 and BBD devices
* Approximated BBD driver behavior
* Exposed analog sliders as adjusters (accessible via ` menu)
* Added sliders to layout and animated them
[/branches/time-experiments/scripts/src]sound.lua
[/branches/time-experiments/scripts/target/mame]mess.lua virtual.lua
[/branches/time-experiments/src/devices/sound]bbd.cpp* bbd.h* mixer.cpp* mixer.h* ym2154.cpp* ym2154.h*
[/branches/time-experiments/src/mame/drivers]ympsr60.cpp
[/branches/time-experiments/src/mame/layout]psr60.lay psr70.lay

r177932 Monday 31st May, 2021 at 16:57:09 UTC by hap
hh*: correct some machine types
[/branches/time-experiments/src/mame/drivers]hh_cops1.cpp hh_pps41.cpp hh_tms1k.cpp

r177931 Monday 31st May, 2021 at 16:23:42 UTC by Osso
ddribble.cpp, finalizr.cpp, ironhors.cpp: minor cleanups
[/branches/time-experiments/src/mame/drivers]ddribble.cpp finalizr.cpp ironhors.cpp
[/branches/time-experiments/src/mame/includes]ddribble.h finalizr.h ironhors.h
[/branches/time-experiments/src/mame/video]ddribble.cpp finalizr.cpp ironhors.cpp

r177930 Monday 31st May, 2021 at 16:09:36 UTC by Osso
New machines marked as NOT_WORKING
----------------------------------
Zooty Drum [xuserv]
[/branches/time-experiments/src/mame]mame.lst
[/branches/time-experiments/src/mame/drivers]pasha2.cpp

r177929 Monday 31st May, 2021 at 11:13:08 UTC by hap
New working machines
--------------------
Cambridge Programmable [hap, Sean Riddle]
[/branches/time-experiments/src/mame]mame.lst
[/branches/time-experiments/src/mame/drivers]hh_cops1.cpp
[/branches/time-experiments/src/mame/layout]cambrp.lay*

r177928 Monday 31st May, 2021 at 03:44:14 UTC by Carl
x68k_crtc: increase clock divisor for mode 0x11 and fix hsync irq at the end of the frame
[/branches/time-experiments/src/mame/video]x68k_crtc.cpp

r177927 Sunday 30th May, 2021 at 19:37:42 UTC by Robbbert
mbee: use select
[/branches/time-experiments/src/mame/drivers]mbee.cpp
[/branches/time-experiments/src/mame/includes]mbee.h
[/branches/time-experiments/src/mame/machine]mbee.cpp

r177926 Sunday 30th May, 2021 at 18:25:37 UTC by Julian Sikorski
Strip CRs from history.xml (#8115)
[/branches/time-experiments/plugins/data]data_history.lua

r177925 Sunday 30th May, 2021 at 18:03:12 UTC by Robbbert
New working software list additions
-----------------------------------
mbee_cart:
EDASM
Forth v1.0
Forth v1.1
Ozlogo
Chess
Help (set 1)
Help (set 2)
Mydas Disassembler
Super Disassembler 3.0
Mytek Word Processor
Microspace Invaders
Survivor
Typing Tutor
Wordbee 1.0
Wordbee 1.2
Wordbee 1.2 (Swedish)
Wordbee 1.3
Wordbee 1.3 rel 3
Wordbee 2.0 (Swedish) [Robbbert]
[/branches/time-experiments/hash]mbee_cart.xml*

r177924 Sunday 30th May, 2021 at 17:56:22 UTC by Robbbert
mbee: prepare for new software list.
[/branches/time-experiments/src/mame/drivers]mbee.cpp
[/branches/time-experiments/src/mame/includes]mbee.h
[/branches/time-experiments/src/mame/machine]mbee.cpp
[/branches/time-experiments/src/mame/video]mbee.cpp

r177923 Sunday 30th May, 2021 at 17:06:47 UTC by Vasantha Crabb
Updated Chinese localisation. [YuiFAN]
[/branches/time-experiments/docs/source/techspecs]naming.rst
[/branches/time-experiments/language/Chinese_Simplified]strings.po
[/branches/time-experiments/language/Chinese_Traditional]strings.po
[/branches/time-experiments/language/Japanese]strings.po

r177922 Sunday 30th May, 2021 at 14:59:18 UTC by R. Belmont
votrax: Tell the device's parent when the IRQ line is lowered. Improves Type N Talk. [Rob Justice]
[/branches/time-experiments/src/devices/sound]votrax.cpp

r177921 Sunday 30th May, 2021 at 08:44:37 UTC by MetalliC
new NOT_WORKING machine
-----------------------
Driving Simulator [Jorge Valero, MetalliC, rtw]
[/branches/time-experiments/src/mame]mame.lst
[/branches/time-experiments/src/mame/drivers]naomi.cpp segasp.cpp
[/branches/time-experiments/src/mame/includes]naomi.h

r177920 Saturday 29th May, 2021 at 19:11:27 UTC by Carl
hd63450: speed up max rate transfers
[/branches/time-experiments/src/devices/machine]hd63450.cpp

r177919 Saturday 29th May, 2021 at 18:46:04 UTC by sergio.g
rohga.cpp: Added new clone nitrobalb: "Nitro Ball (World, set 3)" (#8111)

* New working clones
------------------
Nitro Ball (World, set 3) [JammaFever, Nebula, Recreativos Piscis, Spain]

Only differs in b3, d3, b5 and b5 program roms. b6 and d6 are the same as nitrobal.

* Add nitrobalb to mame.lst

* Update rom labels of nitrobalb set accordingly to Cocamatic paper label contents
[/branches/time-experiments/src/mame]mame.lst
[/branches/time-experiments/src/mame/drivers]rohga.cpp

r177918 Saturday 29th May, 2021 at 16:10:48 UTC by Carl
x68k: adjust special priority mode and screen timings
hd63450: correctly add link chain mode
[/branches/time-experiments/src/devices/machine]hd63450.cpp
[/branches/time-experiments/src/mame/video]x68k.cpp x68k_crtc.cpp

r177917 Saturday 29th May, 2021 at 15:29:58 UTC by R. Belmont
apple2: handle Bernie ][ .2MGs with the signature bytes flipped. [R. Belmont]
[/branches/time-experiments/src/lib/formats]ap_dsk35.cpp

r177916 Saturday 29th May, 2021 at 12:32:08 UTC by Vasantha Crabb
Re-generate localisations
[/branches/time-experiments/language/Afrikaans]strings.po
[/branches/time-experiments/language/Albanian]strings.po
[/branches/time-experiments/language/Arabic]strings.po
[/branches/time-experiments/language/Basque]strings.po
[/branches/time-experiments/language/Belarusian]strings.po
[/branches/time-experiments/language/Bosnian]strings.po
[/branches/time-experiments/language/Bulgarian]strings.po
[/branches/time-experiments/language/Burmese]strings.po
[/branches/time-experiments/language/Catalan]strings.po
[/branches/time-experiments/language/Chinese_Simplified]strings.po
[/branches/time-experiments/language/Chinese_Traditional]strings.po
[/branches/time-experiments/language/Croatian]strings.po
[/branches/time-experiments/language/Czech]strings.po
[/branches/time-experiments/language/Danish]strings.po
[/branches/time-experiments/language/Dutch]strings.po
[/branches/time-experiments/language/English]strings.po
[/branches/time-experiments/language/Estonian]strings.po
[/branches/time-experiments/language/Finnish]strings.po
[/branches/time-experiments/language/French]strings.po
[/branches/time-experiments/language/French_Belgium]strings.po
[/branches/time-experiments/language/French_Canada]strings.po
[/branches/time-experiments/language/Georgian]strings.po
[/branches/time-experiments/language/German]strings.po
[/branches/time-experiments/language/Greek]strings.po
[/branches/time-experiments/language/Hebrew]strings.po
[/branches/time-experiments/language/Hindi]strings.po
[/branches/time-experiments/language/Hungarian]strings.po
[/branches/time-experiments/language/Indonesian]strings.po
[/branches/time-experiments/language/Italian]strings.po
[/branches/time-experiments/language/Japanese]strings.po
[/branches/time-experiments/language/Korean]strings.po
[/branches/time-experiments/language/Latvian]strings.po
[/branches/time-experiments/language/Lithuanian]strings.po
[/branches/time-experiments/language/Macedonian]strings.po
[/branches/time-experiments/language/Norwegian]strings.po
[/branches/time-experiments/language/Persian]strings.po
[/branches/time-experiments/language/Polish]strings.po
[/branches/time-experiments/language/Portuguese]strings.po
[/branches/time-experiments/language/Portuguese_Brazil]strings.po
[/branches/time-experiments/language/Romanian]strings.po
[/branches/time-experiments/language/Russian]strings.po
[/branches/time-experiments/language/Serbian]strings.po
[/branches/time-experiments/language/Serbian_Cyrillic]strings.po
[/branches/time-experiments/language/Slovak]strings.po
[/branches/time-experiments/language/Slovenian]strings.po
[/branches/time-experiments/language/Spanish]strings.po
[/branches/time-experiments/language/Spanish_Mexico]strings.po
[/branches/time-experiments/language/Swedish]strings.po
[/branches/time-experiments/language/Thai]strings.po
[/branches/time-experiments/language/Turkish]strings.po
[/branches/time-experiments/language/Ukrainian]strings.po
[/branches/time-experiments/language/Vietnamese]strings.po

r177915 Saturday 29th May, 2021 at 11:14:48 UTC by Osso
ksys573.cpp: fixed MT07989
[/branches/time-experiments/src/mame]mame.lst
[/branches/time-experiments/src/mame/drivers]ksys573.cpp

r177914 Saturday 29th May, 2021 at 09:37:19 UTC by Aaron Giles
ymfm: Sync with upstream:
* Match OPN LFO frequencies to hardware measurements
* Improve OPQ detune, reverb, and KSR
[/branches/time-experiments/3rdparty/ymfm/src]ymfm.h ymfm_fm.h ymfm_fm.ipp ymfm_opn.cpp ymfm_opn.h ymfm_opq.cpp ymfm_opq.h ymfm_opz.h

r177913 Saturday 29th May, 2021 at 07:59:48 UTC by Osso
fwheel.cpp: corrected XTAL value for the main PCB
[/branches/time-experiments/src/mame/drivers]fwheel.cpp

r177912 Saturday 29th May, 2021 at 05:13:58 UTC by Osso
New machines marked as NOT_WORKING
----------------------------------
Fortune Wheel [coolmod]
[/branches/time-experiments/scripts/target/mame]arcade.lua
[/branches/time-experiments/src/mame]arcade.flt mame.lst
[/branches/time-experiments/src/mame/drivers]deco32.cpp fwheel.cpp* sms_bootleg.cpp
[/branches/time-experiments/src/mame/includes]sms_bootleg.h

r177911 Saturday 29th May, 2021 at 04:51:08 UTC by Robbbert
mbee_cass.xml: Added note about file types. Marked mbeepp roms as bad dumps.
[/branches/time-experiments/hash]mbee_cass.xml
[/branches/time-experiments/src/mame/drivers]mbee.cpp

r177910 Saturday 29th May, 2021 at 03:44:38 UTC by clawgrip
New NOT_WORKING clone  (#8108)

* New NOT_WORKING clone

---------------------------
Bushido (set 3) [Victor Fernandez (City Game)]

* Add 'bushidob'
[/branches/time-experiments/src/mame]mame.lst
[/branches/time-experiments/src/mame/drivers]spinb.cpp

r177909 Saturday 29th May, 2021 at 03:24:58 UTC by 0kmg
a800.xml: removed spurious Unicode code points (#8112) [0kmg]
[/branches/time-experiments/hash]a800.xml pmd85_cass.xml

r177908 Saturday 29th May, 2021 at 02:49:29 UTC by Carl
hd63450: add linked array chaining
[/branches/time-experiments/src/devices/machine]hd63450.cpp
[/branches/time-experiments/src/mame/video]x68k_crtc.cpp

r177907 Friday 28th May, 2021 at 23:42:25 UTC by Carl
x68k: fill screen with color 0 if pcg disabled and make text color 0 transparent again
[/branches/time-experiments/src/mame/video]x68k.cpp

r177906 Friday 28th May, 2021 at 22:02:41 UTC by Carl
x68k: fix 512 line double scan modes
[/branches/time-experiments/src/mame/video]x68k.cpp x68k_crtc.cpp x68k_crtc.h

r177905 Friday 28th May, 2021 at 01:26:31 UTC by Aaron Giles
midiin: Add support for providing a .mid file as input
[/branches/time-experiments/src/devices/imagedev]midiin.cpp midiin.h

r177904 Thursday 27th May, 2021 at 18:35:48 UTC by Olivier Galibert
Remove leftover debug code
[/branches/time-experiments/src/mame/machine]slapstic.cpp

r177903 Thursday 27th May, 2021 at 18:32:50 UTC by Olivier Galibert
slapstic: alt4 must be done with /cs
avgdvg: don't interfere with the slapstic on esb
[/branches/time-experiments/src/mame/machine]slapstic.cpp
[/branches/time-experiments/src/mame/video]avgdvg.cpp

r177902 Thursday 27th May, 2021 at 16:29:12 UTC by Osso
tsamurai.cpp: added dip-switch locations [Guru]
[/branches/time-experiments/src/mame/drivers]tsamurai.cpp

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team