Note Feed

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

Previous 50 199869 Revisions Next 50

r169021 Tuesday 13th October, 2020 at 17:46:55 UTC by Robbbert
mbee: keyboard is better; still some issues being worked on.
[/branches/fmrewrite/src/mame/video]mbee.cpp

r169020 Tuesday 13th October, 2020 at 17:16:19 UTC by Vasantha Crabb
emu/fileio.cpp: Fix an issue reporting the full path of files found in archives that was breaking artwork.
[/branches/fmrewrite/src/emu]fileio.cpp

r169019 Tuesday 13th October, 2020 at 16:11:30 UTC by Osso
igs017.cpp: added inputs for starzan, happyskl and unkigs
[/branches/fmrewrite/src/mame/drivers]bagman.cpp cowtipping.cpp igs017.cpp

r169018 Tuesday 13th October, 2020 at 15:40:09 UTC by Vasantha Crabb
emu/rendlay.cpp: Draw disk components with area-based anti-aliasing.

Also fixed alpha blending within an element for rect and disk
components.
[/branches/fmrewrite/src/emu]render.h rendlay.cpp

r169017 Tuesday 13th October, 2020 at 12:19:56 UTC by Curt Coder
New NOT_WORKING software list additions
---------------------------------------
laser2001_flop: Käärmepeli (Finland) [Curt Coder]
[/branches/fmrewrite/hash]laser2001_flop.xml*
[/branches/fmrewrite/src/mame/drivers]crvision.cpp

r169016 Tuesday 13th October, 2020 at 12:15:04 UTC by Curt Coder
Fix clang compile.
[/branches/fmrewrite/src/devices/machine]wd1010.h

r169015 Tuesday 13th October, 2020 at 02:29:46 UTC by R. Belmont
a2hsscsi: some additional reverse-engineering.  firmware now issues 3 SCSI commands before giving up. [R. Belmont]
[/branches/fmrewrite/src/devices/bus/a2bus]a2hsscsi.cpp a2hsscsi.h

r169014 Monday 12th October, 2020 at 14:48:49 UTC by Vasantha Crabb
-emu/render.cpp: Load from all external artwork paths.

-emu/rendlay.cpp: Made real component drawing code a bit less gross.

-emu/debugcon.cpp: Less screaming now that things aren't macros.
[/branches/fmrewrite/src/emu]render.cpp render.h rendlay.cpp
[/branches/fmrewrite/src/emu/debug]debugcmd.cpp debugcon.cpp debugcon.h

r169013 Monday 12th October, 2020 at 08:06:54 UTC by Vasantha Crabb
emu/debug: Removed more macros, added more const, make a couple more things use smart pointers.
[/branches/fmrewrite/src/emu/debug]debugcmd.cpp debugcon.cpp debugcon.h dvtext.cpp dvtext.h textbuf.cpp textbuf.h
[/branches/fmrewrite/src/frontend/mame]luaengine.cpp
[/branches/fmrewrite/src/lib/util]nanosvg.h
[/branches/fmrewrite/src/osd/modules/debugger]debuggdbstub.cpp

r169012 Monday 12th October, 2020 at 01:54:11 UTC by cam900
psikyo.cpp: Fix side effect in debugging (#7340)
[/branches/fmrewrite/src/mame/drivers]psikyo.cpp

r169011 Monday 12th October, 2020 at 01:53:39 UTC by arcadeshadow
ibm5150 - New working software list additions (#7341)

Added: Super Space Invaders (3.5"), Super Space Invaders (5.25"), Super Tetris (5.25")
Redumped: [stunts35] The old set has a modified OEM ID and config files saved.
Renamed: [supertet] Super Tetris => [stetris35] Super Tetris (3.5")
[/branches/fmrewrite/hash]ibm5150.xml

r169010 Monday 12th October, 2020 at 01:53:20 UTC by clawgrip
New working software list additions (#7342)

-----------------------------------
vsmile_cart:
 Alphabet Park Adventure (USA, rev. 2) [DiscoStarslayer]
[/branches/fmrewrite/hash]vsmile_cart.xml

r169009 Monday 12th October, 2020 at 01:53:02 UTC by David Haywood
new WORKING machines (#7343)

-----
Venturer '25 Games' 25-in-1 [David Haywood, Sean Riddle, Kev (FBN), Kamaal Brown]
Turbo GT 50-in-1 [David Haywood, Sean Riddle, Kev (FBN), Kamaal Brown]
RCA NS-500 30-in-1 [David Haywood, Sean Riddle, Kev (FBN), Kamaal Brown]
[/branches/fmrewrite/src/mame]mame.lst
[/branches/fmrewrite/src/mame/drivers]nes_vt.cpp

r169008 Sunday 11th October, 2020 at 18:05:10 UTC by hap
mcs48: execute_jcc param is a bool, not u8
[/branches/fmrewrite/src/devices/cpu/mcs48]mcs48.cpp mcs48.h

r169007 Sunday 11th October, 2020 at 17:34:41 UTC by hap
mcs48: check irq before opcode to fix firefox, but re-add wy100 hack
[/branches/fmrewrite/src/devices/cpu/mcs48]mcs48.cpp mcs48.h

r169006 Sunday 11th October, 2020 at 13:25:01 UTC by MetalliC
new NOT_WORKING machine
-----------------------
Mushiking The King Of Beetles 2006 Second (Japan) [Jorge Valero, MetalliC, rtw]
[/branches/fmrewrite/src/mame]mame.lst
[/branches/fmrewrite/src/mame/drivers]naomi.cpp

r169005 Sunday 11th October, 2020 at 13:04:11 UTC by Robbbert
mbee: use sy6545 strobe
[/branches/fmrewrite/src/mame/video]mbee.cpp

r169004 Sunday 11th October, 2020 at 12:23:41 UTC by Robbbert
mc6845: enable strobe output (RA4) in transparent mode.
[/branches/fmrewrite/src/devices/video]mc6845.cpp

r169003 Sunday 11th October, 2020 at 06:01:44 UTC by Osso
arcade.lua: fixed compiling ARCADE target
[/branches/fmrewrite/scripts/target/mame]arcade.lua

r169002 Sunday 11th October, 2020 at 03:23:14 UTC by Vasantha Crabb
emu/ioport.cpp: Improved initial keyboard enable settings when changing slot options.
[/branches/fmrewrite/src/emu]ioport.cpp natkeyboard.cpp natkeyboard.h
[/branches/fmrewrite/src/frontend/mame/ui]keyboard.cpp

r169001 Sunday 11th October, 2020 at 00:07:26 UTC by R. Belmont
apple2e.cpp: srcclean and reformat an if/else.
[/branches/fmrewrite/src/mame/drivers]apple2e.cpp

r169000 Saturday 10th October, 2020 at 23:49:35 UTC by Robbbert
Merge branch 'master' of https://github.com/mamedev/mame into master
[/branches/fmrewrite/src/mame/drivers]apple2e.cpp
[/branches/fmrewrite/src/mame/video]apple2.h

r168999 Saturday 10th October, 2020 at 23:35:23 UTC by R. Belmont
apple2: Fixed debug print left on in last commit.
[/branches/fmrewrite/src/mame/drivers]apple2e.cpp

r168998 Saturday 10th October, 2020 at 23:31:24 UTC by R. Belmont
apple2 updates: [R. Belmont]
- Ignore keys that come in immediately on startup (fixes some programs not showing intro screens)
- Fix Apple IIc and IIc Plus having Video 7 RGB modes, which isn't possible on hardware
[/branches/fmrewrite/src/mame/drivers]apple2.cpp apple2e.cpp apple2gs.cpp
[/branches/fmrewrite/src/mame/video]apple2.h

r168997 Saturday 10th October, 2020 at 23:49:13 UTC by Robbbert
apple2: Fixed a number of compile errors: functions not defined; misleading guard
[/branches/fmrewrite/src/mame/drivers]apple2e.cpp
[/branches/fmrewrite/src/mame/video]apple2.h

r168996 Saturday 10th October, 2020 at 20:40:57 UTC by R. Belmont
apple2 updates: [R. Belmont]
- Further tuned floating bus read timing; Crazy Cycles II now works, and Cycle Counting Megademo is much better
- Cleaned up some unused/unnecessary variables in the text drawing
- Added 50 Hz support for apple2euk, apple2ees, apple2eeuk, and apple2eefr, including floating-bus sync support
- Fixed //c and //c Plus mouse wrap issue found by Vas Crabb
[/branches/fmrewrite/src/mame/drivers]apple2.cpp apple2e.cpp
[/branches/fmrewrite/src/mame/video]apple2.cpp

r168995 Saturday 10th October, 2020 at 16:23:40 UTC by Robbbert
kaypro: merged software lists, using compatibility flag instead.

New working software
------------------
Kaypro284 boot disk
Kaypro IV boot disk
Kaypro 10 boot disk
Kaypro 10 Games
[/branches/fmrewrite/hash]kaypro.xml* kaypro484.xml kayproii.xml
[/branches/fmrewrite/src/mame/drivers]kaypro.cpp
[/branches/fmrewrite/src/mame/includes]kaypro.h

r168994 Saturday 10th October, 2020 at 15:58:46 UTC by Vasantha Crabb
-emu/natkeyboard.cpp: Allow keyboard devices to be enabled/disabled.

This fixes the "typing on all keyboards at once" issue.  You can now
enable and disable keyboard/keypad inputs per device in the Keyboard
Mode menu.  Default is to enable the first device with keyboard inputs,
and all device with keypad inputs but no keyboard inputs.  The settings
are saved in the CFG file for the machine.

Typing in natural keyboard mode only ever types on one keyboard at a
time, but now you can control which keyboard it types on, as it will be
the first enabled keyboard.

You can easily try this out with something like:
mame64d zorba -rs232 terminal cpm

-ui/inputmap.cpp: Show device descriptions as well as tag paths.

-mac128.cpp: Fixed mouse axis wrap compensation, cleaned up mouse code,
eliminated static variables for mouse input state.

You could see the issue with wrap detection easily enough just by
running mac128k/mac512k/macplus and tapping the arrow keys to move the
mouse one pixel at a time.  As you moved past the point where the axis
count wrapped, it would move one pixel in the opposite direction.

There were two function static variables related to mouse input state,
probably still lurking from when the code was initially made to use a
driver state class.  This obviously messes with save states and prevents
multiple instances.

- bus/a2bus/mouse.cpp: Fixed mouse axis wrap compensation.

This device had the same bug with wrap compensation as mac128k.cpp.
[/branches/fmrewrite/scripts/src/mame]frontend.lua
[/branches/fmrewrite/src/devices/bus/a2bus]mouse.cpp
[/branches/fmrewrite/src/emu]ioport.cpp natkeyboard.cpp natkeyboard.h
[/branches/fmrewrite/src/frontend/mame/ui]inputmap.cpp inputmap.h keyboard.cpp* keyboard.h* mainmenu.cpp miscmenu.cpp miscmenu.h videoopt.cpp
[/branches/fmrewrite/src/mame/drivers]mac128.cpp

r168993 Saturday 10th October, 2020 at 09:42:56 UTC by Osso
New machines marked as NOT_WORKING
----------------------------------
Cow Tipping - Shake Cattle & Roll (set 1) [Recreativas.org, Francisco Ortiz]

New clones marked as NOT_WORKING
--------------------------------
Cow Tipping - Shake Cattle & Roll (set 2) [Recreativas.org, Francisco Ortiz]
[/branches/fmrewrite/scripts/target/mame]arcade.lua
[/branches/fmrewrite/src/mame]arcade.flt mame.lst
[/branches/fmrewrite/src/mame/drivers]cowtipping.cpp*

r168992 Saturday 10th October, 2020 at 09:26:10 UTC by Robbbert
kaypro: fixed crash with omni2
[/branches/fmrewrite/src/mame/machine]kaypro.cpp

r168991 Saturday 10th October, 2020 at 08:44:51 UTC by Dirk Best
wd1010: Improve implementation
[/branches/fmrewrite/src/devices/machine]wd1010.cpp wd1010.h

r168990 Saturday 10th October, 2020 at 07:48:17 UTC by Osso
New machines marked as NOT_WORKING
----------------------------------
unknown IGS game (V100A) [Jorge Silva,  Fernando Oliveira]
[/branches/fmrewrite/src/mame]mame.lst
[/branches/fmrewrite/src/mame/drivers]igs017.cpp

r168989 Saturday 10th October, 2020 at 06:28:41 UTC by patrick.mackinlay
ns32202: new device (wip)
[/branches/fmrewrite/scripts/src]machine.lua
[/branches/fmrewrite/scripts/target/mame]mess.lua
[/branches/fmrewrite/src/devices/machine]ns32202.cpp* ns32202.h*

r168988 Saturday 10th October, 2020 at 06:17:24 UTC by patrick.mackinlay
news_hid: correct status bits
[/branches/fmrewrite/src/mame/machine]news_hid.cpp

r168987 Saturday 10th October, 2020 at 06:16:50 UTC by patrick.mackinlay
ns32081: better fix for movif
[/branches/fmrewrite/src/devices/machine]ns32081.cpp

r168986 Saturday 10th October, 2020 at 05:17:51 UTC by Osso
ps2sony.cpp: slightly changed the filename for one of the just added BIOSes
[/branches/fmrewrite/src/mame/drivers]ps2sony.cpp

r168985 Saturday 10th October, 2020 at 03:25:10 UTC by Osso
dec0.cpp: fixed midres lives dips
[/branches/fmrewrite/src/mame/drivers]dec0.cpp

r168984 Saturday 10th October, 2020 at 03:10:18 UTC by Osso
ps2sony.cpp: dumped a couple BIOSes [Guru]
[/branches/fmrewrite/src/mame/drivers]ps2sony.cpp

r168983 Saturday 10th October, 2020 at 00:48:47 UTC by R. Belmont
apple2 updates: [R. Belmont]
- Adjusted horizontal position for "vapor lock" reads to better match MAME video timing
- Fixed most 8-bit A2 rendering to respect the cliprect
- The French Touch "Crazy Cycles" mode-splitting demo now renders correctly
- This also solves glitching in some Total Replay games like Gumball
[/branches/fmrewrite/src/mame/drivers]apple2.cpp apple2e.cpp
[/branches/fmrewrite/src/mame/video]apple2.cpp

r168982 Friday 9th October, 2020 at 22:44:01 UTC by ryan.holtz
Software list items promoted to working
-----------------------------------
vsmile_cart: V.Smile Tanz Mit Center (Germany), V.Smile Défi Gym (France), Gimnasio Interactivo V.Smile (Spain)

-vsmile: Added support for the Jammin' Gym Class dance mat. [bmx, Ryan Holtz]
[/branches/fmrewrite/hash]vsmile_cart.xml
[/branches/fmrewrite/scripts/src]bus.lua
[/branches/fmrewrite/src/devices/bus/vsmile]mat.cpp* mat.h* pad.cpp pad.h vsmile_ctrl.cpp

r168981 Friday 9th October, 2020 at 22:44:01 UTC by ryan.holtz
-newton: Fleshed out a couple of registers. [Ryan Holtz]
[/branches/fmrewrite/src/mame/drivers]newton.cpp

r168980 Friday 9th October, 2020 at 20:11:27 UTC by Scott Stone
Cleanup of recently added uppercase hashes in source files
[/branches/fmrewrite/src/devices/bus/scsi]omti5100.cpp
[/branches/fmrewrite/src/mame/drivers]at.cpp gigatron.cpp informer_207_100.cpp
[/branches/fmrewrite/src/mame/machine]ibm6580_fdc.cpp

r168979 Friday 9th October, 2020 at 18:52:35 UTC by Nigel Barnes
cfa3000bp: Corrected region tag of speech phrom.
[/branches/fmrewrite/src/mame/drivers]bbc.cpp

r168978 Friday 9th October, 2020 at 18:52:34 UTC by Nigel Barnes
emu3: Removed unneeded fdc reset.
[/branches/fmrewrite/src/mame/drivers]emu3.cpp

r168977 Friday 9th October, 2020 at 17:25:40 UTC by jonathan.gevaryahu
Major update for HC55516 CVSD audio device and related filtering, as well as hooking it to drivers. (#7290)

* Split hc55516 core into separate cores/subclasses for hc55516 and hc55532 (new 'digital' implementation based on decap/die tracing) as well as mc3417 and mc3418 (old existing 'analog' implementation left alone) and hooked the hc55516 and mc3417 implementations to the appropriate hardware drivers. This should vastly improve CVSD sound quality in drivers that use the hc55516. [Lord Nightmare, Sean Riddle]
* Made Exidy's mouse trap use a timer to clock the mc3417 and update the state readable by the z80 rather than relying on the mc3417 to accept a clock parameter and update the z80 state via a callback. The timer implementation ensures proper synchronization and prevents missed clock transitions from the z80 side causing noise in the CVSD audio. [Lord Nightmare]
* Added a biquad-based 2nd order filter emulation for an audio stream (to go along with flt_rc 1st order filter emulation) and hooked it to Exidy's mouse trap (mc3417) and williams drivers (hc55516) following the original schematics. For hc55516 this is necessary as the original chip produces a very pronounced audible 16khz 'carrier' in its output audio even on the real chip, and these filters suppress this. This also happens to a lesser extent with the 8khz quieting waveform noise on both mc3417 and hc55516. [Lord Nightmare]
* Made Williams System 11 and s11_bg relative sound mixing more accurate to the original audio flow on the PCB itself. [Lord Nightmare]
* Switched Williams Joust 2 to use the s11_bg common sound device rather than its own implementation. [Lord Nightmare]
[/branches/fmrewrite/scripts/src]sound.lua
[/branches/fmrewrite/scripts/target/mame]ci.lua
[/branches/fmrewrite/src/devices/sound]flt_biquad.cpp* flt_biquad.h* hc55516.cpp hc55516.h
[/branches/fmrewrite/src/mame/audio]exidy.cpp exidy.h s11c_bg.cpp s11c_bg.h williams.cpp williams.h
[/branches/fmrewrite/src/mame/drivers]s11.cpp s11a.cpp s11b.cpp s11c.cpp williams.cpp
[/branches/fmrewrite/src/mame/includes]s11.h williams.h
[/branches/fmrewrite/src/mame/machine]williams.cpp

r168976 Friday 9th October, 2020 at 17:18:13 UTC by devin.acker
pacman.cpp: promoted clubpacm and clubpacma to working (#7337)

* Corrected inputs for clubpacm.
* Added inputs and protection latch for clubpacma.
* Restructured clubpacm I/O stuff a bit.
[/branches/fmrewrite/src/mame/drivers]pacman.cpp
[/branches/fmrewrite/src/mame/includes]pacman.h

r168975 Friday 9th October, 2020 at 17:12:37 UTC by Scott Stone
Merge branch 'master' of https://github.com/mamedev/mame
[/branches/fmrewrite/hash]pc98_cd.xml

r168974 Friday 9th October, 2020 at 17:01:50 UTC by AJR
spkrdev: Fix sample volume averaging
[/branches/fmrewrite/hash]pc98_cd.xml
[/branches/fmrewrite/src/devices/sound]spkrdev.cpp

r168973 Friday 9th October, 2020 at 17:12:08 UTC by Scott Stone
pc98_cd.xml:  This change fixes the mismatch for the only known case where CHD label ended in a "." (in this case "...") which is typically an extension separation.  CHD label entries in source are always ".CHD" as actual filenames and extensions are stripped off which is why the 'toshin2s' entry scanned internally and with most common external utilities as not needing the trailing period marks.
[/branches/fmrewrite/hash]pc98_cd.xml

r168972 Friday 9th October, 2020 at 16:15:21 UTC by Robbbert
special: removed anonymous timer.
[/branches/fmrewrite/src/mame/drivers]special.cpp
[/branches/fmrewrite/src/mame/includes]special.h
[/branches/fmrewrite/src/mame/machine]special.cpp

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team