Note Feed

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

Previous 50 199869 Revisions Next 50

r170421 Saturday 23rd January, 2021 at 04:04:48 UTC by cgwg
bgfx: Added lcd-grid shader. (#7691)

Note that this is currently only compiled for GLSL.
[/branches/fmrewrite/bgfx/chains]lcd-grid.json*
[/branches/fmrewrite/bgfx/effects/lcd-grid]lcd-grid.json* persistence.json*
[/branches/fmrewrite/bgfx/shaders/glsl/chains/lcd-grid]fs_lcd-grid.bin* fs_persistence.bin* vs_lcd-grid.bin* vs_persistence.bin*
[/branches/fmrewrite/src/osd/modules/render/bgfx/shaders/chains/lcd-grid]fs_lcd-grid.sc* fs_persistence.sc* varying.def.sc* vs_lcd-grid.sc* vs_persistence.sc*

r170420 Saturday 23rd January, 2021 at 03:26:52 UTC by R. Belmont
mac128: start new IWM hookup, not working properly yet [R. Belmont]
[/branches/fmrewrite/src/mame/drivers]mac128.cpp

r170419 Saturday 23rd January, 2021 at 02:30:30 UTC by hap
sspeedr: correct company string
[/branches/fmrewrite/src/mame/drivers]sspeedr.cpp

r170418 Saturday 23rd January, 2021 at 00:18:22 UTC by David Haywood
jpmimpact.cpp: work on correctly mapping buttons for each machine [David Haywood] (#7683)

* further per game inpiut work

* additional input work / documentation

* further input work

* further input fixes

* attempting to locate a j6monmad input

* still looking for some inputs on j6monmad, maybe something is missing

* further per-game inputs

* additional per game inputs

* remove a duplicate line

* looked at a few more games

* gave a few more inputs

* cover more game inpus

* more game inputs

* document some sets that aren't going into input test properly

* additional per-game inputs

* more per-game inputs

* j6wldkng is an unusual machine, placeholder strings on the unseen vfd, and even non-standard mapping of the spin button

* additional per game inputs

* j6col fixup
[/branches/fmrewrite/src/mame/drivers]jpmimpct.cpp jpmimpctsw.cpp
[/branches/fmrewrite/src/mame/includes]jpmimpct.h

r170417 Friday 22nd January, 2021 at 22:05:00 UTC by hap
quizshow: add cassette device
[/branches/fmrewrite/src/mame/drivers]quizshow.cpp

r170416 Friday 22nd January, 2021 at 22:00:29 UTC by Osso
jungleyo.cpp: added a second tilemap
[/branches/fmrewrite/src/mame/drivers]jungleyo.cpp

r170415 Friday 22nd January, 2021 at 20:31:48 UTC by hap
rx78: add note about RAM
[/branches/fmrewrite/src/mame/drivers]rx78.cpp

r170414 Friday 22nd January, 2021 at 20:24:10 UTC by hap
i8244: fix recent regression
[/branches/fmrewrite/src/devices/video]i8244.cpp

r170413 Friday 22nd January, 2021 at 20:16:02 UTC by AJR
genie.lua: Attempted fix for GCC build
[/branches/fmrewrite/scripts]genie.lua

r170412 Friday 22nd January, 2021 at 19:55:27 UTC by hap
getaway: re-add imperfect controls flag
[/branches/fmrewrite/src/mame/drivers]getaway.cpp

r170411 Friday 22nd January, 2021 at 19:24:26 UTC by Osso
jungleyo.cpp: completed decryption, added inputs and (bad) sound
[/branches/fmrewrite/src/mame/drivers]jungleyo.cpp

r170410 Friday 22nd January, 2021 at 19:08:14 UTC by AJR
swim1.h: Fix clang build
[/branches/fmrewrite/src/devices/machine]swim1.h

r170409 Friday 22nd January, 2021 at 16:13:01 UTC by AJR
selsoft.cpp: Fix use of strmakelower
[/branches/fmrewrite/src/frontend/mame/ui]selsoft.cpp

r170408 Friday 22nd January, 2021 at 16:12:38 UTC by AJR
mac128.cpp: VIA note
[/branches/fmrewrite/src/mame/drivers]mac128.cpp

r170407 Friday 22nd January, 2021 at 15:49:08 UTC by Olivier Galibert
swim1: Embed the iwm
[/branches/fmrewrite/src/devices/machine]6522via.cpp 6522via.h iwm.cpp iwm.h swim1.cpp swim1.h swim2.cpp
[/branches/fmrewrite/src/mame/drivers]mac.cpp
[/branches/fmrewrite/src/mame/machine]mac.cpp

r170406 Friday 22nd January, 2021 at 15:23:11 UTC by Olivier Galibert
flopimg: Fix gcr checksum
[/branches/fmrewrite/src/devices/imagedev]floppy.cpp
[/branches/fmrewrite/src/lib/formats]flopimg.cpp

r170405 Friday 22nd January, 2021 at 14:47:13 UTC by hap
getaway: update notes
[/branches/fmrewrite/src/mame/drivers]getaway.cpp

r170404 Friday 22nd January, 2021 at 13:55:21 UTC by Vasantha Crabb
-getaway.cpp: Fixed steering control.

* Works fine with an analog stick/wheel, difficult to steer on the
  slippery "dotted" surface with keyboard/D-pad.

-osd: Moved GCC intrinsics out of eminline.h so MAME_NOASM will take the
pure C++ implementation with GCC (makes testing the fallback easier).

-Removed a bunch of [[maybe_unused]] that aren't actually needed.
[/branches/fmrewrite/src/devices/machine]rf5c296.cpp rf5c296.h
[/branches/fmrewrite/src/mame/drivers]8080bw.cpp getaway.cpp ksys573.cpp
[/branches/fmrewrite/src/mame/includes]8080bw.h
[/branches/fmrewrite/src/osd]eigcc.h* eminline.h osdcomm.h
[/branches/fmrewrite/src/osd/mac]window.h
[/branches/fmrewrite/src/osd/modules/render]blit13.h
[/branches/fmrewrite/src/osd/sdl]window.h

r170403 Friday 22nd January, 2021 at 12:27:08 UTC by hap
getaway: move register notes into io_w function
[/branches/fmrewrite/src/mame/drivers]getaway.cpp

r170402 Friday 22nd January, 2021 at 12:23:58 UTC by Olivier Galibert
ATTR_UNUSED, do you welcome C++17 in your heart and mind?
[/branches/fmrewrite/src/devices/machine]rf5c296.cpp rf5c296.h s3c2410.h s3c2440.h s3c24xx.hxx
[/branches/fmrewrite/src/lib/formats]flopimg.cpp
[/branches/fmrewrite/src/lib/netlist/solver]nld_ms_direct_lu.h
[/branches/fmrewrite/src/mame/drivers]8080bw.cpp ksys573.cpp
[/branches/fmrewrite/src/mame/includes]8080bw.h
[/branches/fmrewrite/src/osd]osdcomm.h
[/branches/fmrewrite/src/osd/mac]window.h
[/branches/fmrewrite/src/osd/modules/render]blit13.h
[/branches/fmrewrite/src/osd/sdl]window.h

r170401 Friday 22nd January, 2021 at 12:05:50 UTC by Angelo Salese
getaway.cpp: various updates, promoted to working (#7686)

getaway.cpp: improvements [Angelo Salese]
- reg 7 is definitely width, add experimental fill vs. replace, notes
- add dipswitches
- move text layer to a separate entity, hook up inputs, fix mistake with 4bit dsw
- color mask is elsewhere, pinpoint how scrolling is really done
- color mask is xor-ed with 7
- add RMW for bitplanes
- fix fractional X placements
- I/O cleanups and documentation
- keydelta=5 on steering wheel
- change RGB to BGR
- change video res to standard 256x240
- demote to IMPERFECT_CONTROLS and IMPERFECT_GFX

Machines promoted to working
----------------------------
Get A Way [Angelo Salese]
[/branches/fmrewrite/src/mame/drivers]getaway.cpp

r170400 Friday 22nd January, 2021 at 11:13:47 UTC by David Haywood
galaxian.cpp: Fixed sprite clipping issue in namenayo. [David Haywood] (#7688)
[/branches/fmrewrite/src/mame/includes]galaxian.h
[/branches/fmrewrite/src/mame/video]galaxian.cpp

r170399 Friday 22nd January, 2021 at 08:26:46 UTC by patrick.mackinlay
ncr5380n: assert drq after req with phase mismatch
[/branches/fmrewrite/src/devices/machine]ncr5380n.cpp

r170398 Friday 22nd January, 2021 at 04:06:48 UTC by brian.troha
New working clones
------------------
Puchi Carat (Ver 2.04A 1997/11/08) [TeamEurope, Ryan Holtz, The Dumping Union]
[/branches/fmrewrite/src/mame]mame.lst
[/branches/fmrewrite/src/mame/drivers]taito_f3.cpp

r170397 Friday 22nd January, 2021 at 02:33:56 UTC by R. Belmont
mac: add additional VIA delay for Cuda, maclc520 and maccclas boot [R. Belmont]
[/branches/fmrewrite/src/mame/machine]mac.cpp

r170396 Thursday 21st January, 2021 at 23:02:30 UTC by Olivier Galibert
flopimg: Change the extracted bitstreams into vector<bool>
flopimg: Change the extracted sectors into vector<vector<uint8_t>>
flopimg: Add a Mac sector extraction
apple 3.5 gcr: Generalize track creation/extraction
apple 3.5 gcr: Add a pure sector format
[/branches/fmrewrite/src/devices/machine]applefdintf.cpp
[/branches/fmrewrite/src/lib/formats]ami_dsk.cpp ami_dsk.h ap2_dsk.cpp ap2_dsk.h ap_dsk35.cpp ap_dsk35.h d64_dsk.cpp flopimg.cpp flopimg.h g64_dsk.cpp g64_dsk.h hpi_dsk.cpp hpi_dsk.h hxcmfm_dsk.cpp imd_dsk.cpp img_dsk.cpp img_dsk.h jvc_dsk.cpp m20_dsk.cpp svi_dsk.cpp ti99_dsk.cpp ti99_dsk.h upd765_dsk.cpp vdk_dsk.cpp victor9k_dsk.cpp wd177x_dsk.cpp
[/branches/fmrewrite/src/tools]floptool.cpp

r170395 Thursday 21st January, 2021 at 20:39:00 UTC by Osso
kpontoon: corrected hardware info
[/branches/fmrewrite/src/mame/drivers]kpontoon.cpp

r170394 Thursday 21st January, 2021 at 20:00:09 UTC by Osso
jungleyo.cpp: hacked the bare minimum to make it do something
[/branches/fmrewrite/src/mame/drivers]jungleyo.cpp

r170393 Thursday 21st January, 2021 at 19:08:54 UTC by Osso
extrema.cpp: corrected spelling of Ukraine
[/branches/fmrewrite/src/mame/drivers]extrema.cpp

r170392 Thursday 21st January, 2021 at 18:59:46 UTC by Roberto Fresca
Forte Card improvements: Added Coin In/Out counters and Auto Play DIP switch.
Also some technical notes.
[/branches/fmrewrite/src/mame/drivers]fortecar.cpp

r170391 Thursday 21st January, 2021 at 17:53:37 UTC by leesaudan2
Apple 2 floppy drive (diskiing, diskiing13): added sounds (#7685)
[/branches/fmrewrite/src/devices/bus/a2bus]a2diskiing.cpp
[/branches/fmrewrite/src/devices/imagedev]floppy.cpp

r170390 Thursday 21st January, 2021 at 17:52:22 UTC by 987123879113
Firebeat: Fix flash clearing for pop'n music (#7548)
[/branches/fmrewrite/src/devices/machine]intelfsh.cpp

r170389 Thursday 21st January, 2021 at 15:51:37 UTC by AJR
6522via.cpp: Distinguish some different VIA types
[/branches/fmrewrite/src/devices/bus/a2bus]a2mockingboard.cpp
[/branches/fmrewrite/src/devices/bus/acorn/cms]4080term.cpp
[/branches/fmrewrite/src/devices/bus/acorn/system]vib.cpp
[/branches/fmrewrite/src/devices/bus/bbc/1mhzbus]cc500.cpp
[/branches/fmrewrite/src/devices/bus/bbc/tube]tube_casper.cpp tube_zep100.cpp
[/branches/fmrewrite/src/devices/bus/cbmiec]c1541.cpp c1571.cpp cmdhd.cpp fd2000.cpp interpod.cpp
[/branches/fmrewrite/src/devices/bus/econet]e01.cpp
[/branches/fmrewrite/src/devices/bus/electron]m2105.cpp plus2.cpp
[/branches/fmrewrite/src/devices/bus/electron/cart]ap5.cpp
[/branches/fmrewrite/src/devices/bus/ieee488]c2031.cpp c2040.cpp c8050.cpp d9060.cpp
[/branches/fmrewrite/src/devices/bus/tanbus]radisc.cpp tanex.cpp
[/branches/fmrewrite/src/devices/bus/vic20]vic1112.cpp
[/branches/fmrewrite/src/devices/machine]6522via.cpp 6522via.h
[/branches/fmrewrite/src/mame/drivers]accomm.cpp aci_ggm.cpp aci_prodigy.cpp acrnsys.cpp aim65.cpp aim65_40.cpp apple3.cpp applix.cpp aristmk4.cpp atarisy1.cpp atom.cpp ave_arb.cpp bbc.cpp beezer.cpp bmcbowl.cpp chexx.cpp clcd.cpp cms.cpp concept.cpp cops.cpp ec65.cpp electron.cpp emma2.cpp enmirage.cpp epic14e.cpp esprit.cpp gameplan.cpp goupil.cpp gts3.cpp gts3a.cpp hhtiger.cpp itech32.cpp itech8.cpp jr100.cpp jvh.cpp lisa.cpp lwriter.cpp mac.cpp mac128.cpp macpci.cpp macprtb.cpp macpwrbk030.cpp macquadra700.cpp mbc020.cpp nsg6809.cpp oric.cpp pet.cpp pntnpuzl.cpp rmnimbus.cpp saitek_intchess.cpp saitek_ssystem3.cpp shine.cpp swtpc09.cpp swyft.cpp sym1.cpp textelcomp.cpp trvquest.cpp tv950.cpp ultim809.cpp vectrex.cpp vic20.cpp victor9k.cpp wicat.cpp
[/branches/fmrewrite/src/mame/machine]victor9k_fdc.cpp

r170388 Thursday 21st January, 2021 at 14:30:39 UTC by Olivier Galibert
peter packrat: fix slapstic too
[/branches/fmrewrite/src/mame/drivers]atarisy1.cpp

r170387 Thursday 21st January, 2021 at 14:09:37 UTC by Olivier Galibert
gauntlet2p: Fix slapstic communication
[/branches/fmrewrite/src/mame/drivers]gauntlet.cpp

r170386 Thursday 21st January, 2021 at 13:37:27 UTC by Dirk Best
kingpin: Fix maxideal NVRAM checksum
[/branches/fmrewrite/src/mame/drivers]kingpin.cpp

r170385 Thursday 21st January, 2021 at 13:30:40 UTC by Vasantha Crabb
osd: Rearranged window title to put system name first
[/branches/fmrewrite/src/osd/modules]osdwindow.cpp

r170384 Thursday 21st January, 2021 at 12:33:53 UTC by Vasantha Crabb
-osd/windows: Minimise full-screen windows on losing focus (#2997).

-osd/modules/osdwindow.cpp: Clean up window title formatting.
* Show data type model in window title.
* Moved window title formatting to a single place.

-tools/chdman.cpp: Removed some unnecessary .c_str() calls.
[/branches/fmrewrite/src/emu]image.cpp
[/branches/fmrewrite/src/osd/mac]window.cpp window.h windowcontroller.mm
[/branches/fmrewrite/src/osd/modules]osdwindow.cpp osdwindow.h
[/branches/fmrewrite/src/osd/sdl]window.cpp window.h
[/branches/fmrewrite/src/osd/uwp]window.cpp window.h
[/branches/fmrewrite/src/osd/windows]window.cpp window.h
[/branches/fmrewrite/src/tools]chdman.cpp

r170383 Thursday 21st January, 2021 at 12:15:55 UTC by clawgrip
New working clones (#7684)

------------------
Red Hawk (horizontal, Spain) [Victor Fernandez (City Game), ClawGrip]
[/branches/fmrewrite/src/mame]mame.lst
[/branches/fmrewrite/src/mame/drivers]nmk16.cpp

r170382 Thursday 21st January, 2021 at 12:14:38 UTC by Dirk Best
kingpin: Various updates

- Add basic layout showing buttons and lamps
- Hook up lamp outputs and hopper
- Map missing buttons and second coin slot
- Label setup mode dip switches
- Update default NVRAM to enable attract music, second coin slot and hopper
[/branches/fmrewrite/src/mame/drivers]kingpin.cpp
[/branches/fmrewrite/src/mame/layout]kingpin.lay*

r170381 Thursday 21st January, 2021 at 11:35:05 UTC by Robbbert
troopy: one gfx rom is confirmed bad [chaneman]
[/branches/fmrewrite/src/mame/drivers]scramble.cpp

r170380 Thursday 21st January, 2021 at 08:49:49 UTC by Robbbert
rx78: Fixed color in theprowr and seki. Added notes.
[/branches/fmrewrite/hash]rx78_cart.xml
[/branches/fmrewrite/src/mame/drivers]rx78.cpp

r170379 Thursday 21st January, 2021 at 08:40:30 UTC by Olivier Galibert
gauntlet: Add missing triggers, will do better later
[/branches/fmrewrite/src/mame/drivers]gauntlet.cpp

r170378 Thursday 21st January, 2021 at 01:59:47 UTC by Roberto Fresca
Fix compile.
[/branches/fmrewrite/src/osd/modules/diagnostics]diagnostics_win32.cpp

r170377 Wednesday 20th January, 2021 at 23:39:35 UTC by Scott Stone
spectrum_cass.xml:  Updated Year and Publisher info for numerous entries. [ArcadeShadow]
[/branches/fmrewrite/hash]spectrum_cass.xml

r170376 Wednesday 20th January, 2021 at 23:07:27 UTC by Roberto Fresca
Merge branch 'master' of https://github.com/mamedev/mame
[/branches/fmrewrite/src/mame/drivers]funworld.cpp

r170375 Wednesday 20th January, 2021 at 23:06:15 UTC by AJR
Much more core std::string_view modernization
- Remove corestr.h from emu.h; update a few source files to not use it at all
- Change strtrimspace, strtrimrightspace and core_filename_extract_* to be pure functions taking a std::string_view by value and returning the same type
- Change strmakeupper and strmakelower to be pure functions taking a std::string_view and constructing a std::string
- Remove the string-modifying version of zippath_parent
- Change tag-based lookup functions in device_t to take std::string_view instead of const std::string & or const char *
- Remove the subdevice tag cache from device_t (since device finders are now recommended) and replace it with a map covering directly owned subdevices only
- Move the working directory setup method out of device_image_interface (only the UI seems to actually use the full version of this)
- Change output_manager to use std::string_view for output name arguments
- Change core_options to accept std::string_view for most name and value arguments (return values are still C strings for now)
- Change miscellaneous other functions to accept std::string_view arguments
- Remove a few string accessor macros from romload.h
- Remove many unnecessary c_str() calls from logging/error messages
[/branches/fmrewrite/src/devices/bus/gba]gba_slot.cpp
[/branches/fmrewrite/src/devices/bus/nes]nes_unif.hxx
[/branches/fmrewrite/src/devices/bus/ti99/gromport]cartridges.cpp
[/branches/fmrewrite/src/devices/cpu/es5510]es5510.cpp
[/branches/fmrewrite/src/devices/machine]nscsi_bus.cpp ram.cpp
[/branches/fmrewrite/src/devices/sound]spu.cpp
[/branches/fmrewrite/src/emu]devcb.h device.cpp device.h diimage.cpp diimage.h dislot.cpp dislot.h disound.cpp drivenum.cpp emu.h emuopts.cpp emuopts.h fileio.cpp fileio.h image.cpp image.h input.cpp inputdev.cpp inputdev.h ioport.cpp ioport.h machine.cpp mconfig.cpp natkeyboard.cpp output.cpp output.h render.cpp rendfont.cpp rendlay.cpp romload.cpp romload.h screen.cpp softlist.cpp softlist.h softlist_dev.cpp softlist_dev.h validity.cpp video.cpp
[/branches/fmrewrite/src/emu/debug]debugcmd.cpp debugcon.cpp debugcpu.cpp debughlp.cpp express.cpp
[/branches/fmrewrite/src/frontend/mame]audit.cpp audit.h cheat.cpp clifront.cpp clifront.h infoxml.cpp language.cpp luaengine.cpp mame.cpp mameopts.cpp media_ident.cpp pluginopts.cpp
[/branches/fmrewrite/src/frontend/mame/ui]auditmenu.cpp custui.cpp dirmenu.cpp filesel.cpp imgcntrl.cpp inifile.cpp menu.cpp miscmenu.cpp selector.cpp selgame.cpp selmenu.cpp selsoft.cpp slotopt.cpp slotopt.h state.cpp swlist.cpp ui.cpp utils.cpp
[/branches/fmrewrite/src/lib/util]corefile.cpp corefile.h corestr.cpp corestr.h hash.cpp hash.h options.cpp options.h zippath.cpp zippath.h
[/branches/fmrewrite/src/mame/drivers]esq5505.cpp funworld.cpp
[/branches/fmrewrite/src/mame/machine]bfm_sc45_helper.cpp lynx.cpp spec_snqk.cpp
[/branches/fmrewrite/src/osd/mac]macmain.cpp
[/branches/fmrewrite/src/osd/modules/diagnostics]diagnostics_win32.cpp
[/branches/fmrewrite/src/osd/modules/font]font_osx.cpp font_sdl.cpp
[/branches/fmrewrite/src/osd/modules/lib]osdobj_common.cpp osdobj_common.h
[/branches/fmrewrite/src/osd/modules/render/bgfx]texturemanager.cpp
[/branches/fmrewrite/src/osd/sdl]osdsdl.h sdlmain.cpp
[/branches/fmrewrite/src/osd/windows]winmain.cpp
[/branches/fmrewrite/src/tools]chdman.cpp split.cpp
[/branches/fmrewrite/src/tools/imgtool]imgtool.cpp main.cpp stream.cpp

r170374 Wednesday 20th January, 2021 at 23:06:59 UTC by Roberto Fresca
Zabavni Karti: Added Cyrillic names to the inputs descriptions.
[/branches/fmrewrite/src/mame/drivers]funworld.cpp

r170373 Wednesday 20th January, 2021 at 22:50:28 UTC by arcadeshadow
ibm5150 - New working software list additions (#7654)

Added: [carmnpst] Where in America's Past is Carmen Sandiego? (5.25")
Added: [carmnpst35] Where in America's Past is Carmen Sandiego? (3.5")
[/branches/fmrewrite/hash]ibm5150.xml

r170372 Wednesday 20th January, 2021 at 22:50:07 UTC by arcadeshadow
ibm5170 - New working software list additions (#7653)

* ibm5170 - New working software list additions

Added: [legrobin] The Legend of Robin Hood - Conquests of the Longbow
Added: [pirates] Pirates! Gold (Euro)
Added: [piratesa] Pirates! Gold (older)

* Fix file validation

Co-authored-by: Angelo Salese <angelosa@users.noreply.github.com>
[/branches/fmrewrite/hash]ibm5170.xml

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team