Note Feed

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

Previous 50 199869 Revisions Next 50

r112175 Tuesday 18th September, 2018 at 10:09:05 UTC by smf
fix visual studio build (nw)
[src/devices/cpu/sparc]sparcv8ops.ipp

r112174 Tuesday 18th September, 2018 at 09:27:45 UTC by s.z
Change nforcepc_h to mame_machine_nforcepc_h
[src/mame/includes]nforcepc.h

r112173 Tuesday 18th September, 2018 at 08:02:13 UTC by Vasantha Crabb
(nw) fix stuff up:
* sunmouse: helps to invert that... also improve notes
* sunkbd: remove an assert that triggers if you type fast, improve notes
[src/devices/bus/sunkbd]hlekbd.cpp sunkbd.cpp
[src/devices/bus/sunmouse]hlemouse.cpp sunmouse.cpp

r112172 Tuesday 18th September, 2018 at 03:42:41 UTC by patrick.mackinlay
nscsi_hd: minor logging improvement (nw)
[src/devices/machine]nscsi_hd.cpp

r112171 Tuesday 18th September, 2018 at 03:33:22 UTC by patrick.mackinlay
interpro: use the manufacturer convention (nw)
[hash]interpro.xml

r112170 Tuesday 18th September, 2018 at 03:29:26 UTC by patrick.mackinlay
interpro: softlist addition (nw)
[hash]interpro.xml

r112169 Monday 17th September, 2018 at 19:07:20 UTC by Jezze
- fix not set default uniforms for vector pass (#4008)
[src/osd/modules/render/d3d]d3dhlsl.cpp

r112168 Monday 17th September, 2018 at 19:02:41 UTC by Nigel Barnes
acorn_fdc/atom_discpack: Set READY on HEAD_LOAD.
[src/devices/bus/acorn/atom]discpack.cpp
[src/devices/bus/acorn/system]fdc.cpp

r112167 Monday 17th September, 2018 at 18:42:45 UTC by Nigel Barnes
bbc: Added Acorn Bitstik and Bitstik 2 analogue controllers.
[scripts/src]bus.lua
[src/devices/bus/bbc/analogue]analogue.cpp bitstik.cpp* bitstik.h*

r112166 Monday 17th September, 2018 at 18:25:34 UTC by Nigel Barnes
bbc_flop_6502.xml, bbcb_cass.xml: Corrections and info (nw)
[hash]bbc_flop_6502.xml bbcb_cass.xml

r112165 Monday 17th September, 2018 at 18:18:38 UTC by Nigel Barnes
bbcb: Added floppy disc controller options:-
- AMS 3" Microdrive Disc System
- Microware DDFS FDC (not working)
[scripts/src]bus.lua
[src/devices/bus/bbc/fdc]ams.cpp* ams.h* fdc.cpp microware.cpp* microware.h*
[src/lib/formats]acorn_dsk.cpp

r112164 Monday 17th September, 2018 at 16:20:44 UTC by Nigel Barnes
bbc: Removed machine().device from bbc_fdc_slot_device and bbc_1mhzbus_slot_device, replaced with read/write handlers (nw)
- Removed MCFG and added devcb3 in 1mhzbus, analogue, fdc, joyport, tube, userport devices.
[src/devices/bus/bbc/1mhzbus]1mhzbus.cpp 1mhzbus.h beebsid.cpp beebsid.h cfa3000opt.cpp cfa3000opt.h opus3.cpp opus3.h
[src/devices/bus/bbc/analogue]analogue.cpp analogue.h cfa3000a.cpp joystick.cpp
[src/devices/bus/bbc/fdc]acorn.cpp acorn.h cumana.cpp cumana.h cv1797.cpp cv1797.h fdc.cpp fdc.h opus.cpp opus.h watford.cpp watford.h
[src/devices/bus/bbc/joyport]joyport.cpp joyport.h
[src/devices/bus/bbc/tube]tube.cpp tube.h tube_6502.cpp tube_65c102.cpp tube_80286.cpp tube_arm.cpp tube_z80.cpp
[src/devices/bus/bbc/userport]userport.h
[src/devices/bus/generic]slot.h
[src/devices/machine]i8271.cpp i8271.h tube.h
[src/mame/drivers]bbc.cpp
[src/mame/includes]bbc.h
[src/mame/machine]bbc.cpp

r112163 Monday 17th September, 2018 at 15:03:17 UTC by AJR
Supply missing break (nw)
[src/mame/machine]pk8020.cpp

r112162 Monday 17th September, 2018 at 10:03:25 UTC by Vasantha Crabb
Add Sun mouse port and hook it up to sun3, sun3x, sun4, and sun4c.
Also add notes to Sun keyboard emulation.

There's a hack to make the 1200 Baud mouse actually run at 9600 Baud.
This is necessary because the SCC is incorrectly expecting 9600 Baud
rather than 1200 Baud.  I don't have time to fix the SCC, so I'd
appreciate it if someone else would.

There's no way it should be expecting 9600 Baud on the mouse port.
Solaris 2.3 and later support 1200 Baud and 4800 Baud, and earlier
versions support 1200 Baud only.  No version of Solaris works with a
9600 Baud mouse.

The workaround allows the mouse to be used in SunView on sun4_60 - I
haven't tested any other drivers.
[scripts/src]bus.lua
[scripts/target/mame]mess.lua
[src/devices/bus/sunkbd]hlekbd.cpp hlekbd.h sunkbd.cpp sunkbd.h
[src/devices/bus/sunmouse]hlemouse.cpp* hlemouse.h* sunmouse.cpp* sunmouse.h*
[src/mame/drivers]sun3.cpp sun3x.cpp sun4.cpp

r112161 Monday 17th September, 2018 at 08:06:17 UTC by AJR
ampex210p: Add XTAL values, video RAM, etc. (nw)
[src/emu]xtal.cpp
[src/mame/drivers]ampex210.cpp

r112160 Monday 17th September, 2018 at 06:25:31 UTC by Samuele Zannoli
pcipc.cpp: unmapped memory areas should read as all 1s (nw)
[src/mame/drivers]pcipc.cpp
[src/mame/includes]nforcepc.h

r112159 Monday 17th September, 2018 at 06:17:00 UTC by Samuele Zannoli
nforcepc.cpp: first steps (nw)
- new include file
- simple pci host
- all names are temporary
[src/mame/drivers]nforcepc.cpp
[src/mame/includes]nforcepc.h*

r112158 Monday 17th September, 2018 at 03:56:22 UTC by AJR
pcx: Make display work again in new resolution

This includes a workaround for a regression that likely occurred with e39e873875b98ee1cd4a0bc81226a9e56b169497.
[src/devices/video]scn2674.cpp
[src/mame/video]pcd.cpp pcd.h

r112157 Monday 17th September, 2018 at 00:48:43 UTC by AJR
i8251: Provide standard read/write handlers; eliminate memory space as argument (nw)

swa, wingwar, netmerc: Fix crashes due to reading from nonexistent memory region

tandy2k: Correct 8251 register mapping (nw)
[src/devices/bus/a2bus]agat7ports.cpp
[src/devices/bus/isa]myb3k_com.cpp p1_sound.cpp
[src/devices/cpu/nec]v53.cpp
[src/devices/machine]i8251.cpp i8251.h
[src/mame/audio]dsbz80.cpp segam1audio.cpp
[src/mame/drivers]a7150.cpp alphatpx.cpp alphatro.cpp amust.cpp att4425.cpp b2m.cpp bingoc.cpp bw2.cpp cgc7900.cpp cit101.cpp cit220.cpp compis.cpp decwritr.cpp duet16.cpp dvk_ksm.cpp ec7915.cpp ecoinfr.cpp einstein.cpp elwro800.cpp excali64.cpp fanucspmg.cpp fb01.cpp fk1.cpp fmtowns.cpp h8.cpp hp64k.cpp ibm6580.cpp icebox.cpp imds2.cpp imsai.cpp ipc.cpp irisha.cpp isbc.cpp isbc8010.cpp isbc8030.cpp kyocera.cpp mbc200.cpp mc1502.cpp meritum.cpp mfabfz.cpp mice.cpp microdec.cpp model1.cpp model2.cpp model3.cpp ms6102.cpp multi8.cpp nc.cpp ngen.cpp octopus.cpp okean240.cpp pc.cpp pc100.cpp pc6001.cpp pc8001.cpp pc8401a.cpp pc8801.cpp pc9801.cpp peoplepc.cpp pg685.cpp pimps.cpp poly88.cpp pp01.cpp pwrview.cpp px8.cpp qtsbc.cpp rainbow.cpp sage2.cpp sbrain.cpp scopus.cpp sdk80.cpp sdk86.cpp seattlecmp.cpp segam1.cpp seibucats.cpp selz80.cpp sg1000.cpp sm1800.cpp sm7238.cpp softbox.cpp sys9002.cpp tandy2k.cpp tim100.cpp trs80.cpp tsispch.cpp unior.cpp v100.cpp v102.cpp v1050.cpp v550.cpp vector4.cpp vectrix.cpp vixen.cpp vk100.cpp votrpss.cpp vp122.cpp vt100.cpp xor100.cpp zorba.cpp
[src/mame/includes]model1.h
[src/mame/machine]mbc55x.cpp model1.cpp pk8020.cpp pmd85.cpp
[src/mame/video]model1.cpp

r112156 Sunday 16th September, 2018 at 23:28:51 UTC by Vasantha Crabb
(nw) minor corrections, mostly GmbH
[src/mame]mame.lst
[src/mame/drivers]video21.cpp

r112155 Sunday 16th September, 2018 at 22:31:09 UTC by AJR
psx.cpp: Fix null pointer dereference in configuration (nw)
[src/mame/drivers]psx.cpp

r112154 Sunday 16th September, 2018 at 20:14:48 UTC by smf
converted psx sio to devcb3 & added a note about beastorizer bootleg protection (nw)
[src/devices/cpu/psx]psx.cpp sio.h
[src/mame/drivers]psx.cpp taitogn.cpp zn.cpp
[src/mame/machine]cat702.h znmcu.h

r112153 Sunday 16th September, 2018 at 18:40:41 UTC by Ryan Holtz
-sbus: Fixed a minor typo in the description of the Artecon serial/parallel board, nw

-sparc: Added stubbed-out IFLUSH instruction to fix illegal instruction exceptions in SunOS 4.1.4 installer. [Ryan Holtz]

-nscsi: Added optional verbose logging of data transfers. [Ryan Holtz]

-timekpr: Switched to use the new logmacro system. [Ryan Holtz]

-sun4c: Can now successfully install SunOS 4.1.4. [Ryan Holtz]
 * Hooked up auxiliary I/O port.
 * Hooked up bus timeout on unmapped RAM ranges, per documentation.
 * Changed FDC type to i82072, per documentation.
 * Silenced a ton of logging.
 * Reworked IRQ handling and added support for software interrupts.
[src/devices/bus/sbus]sbus.cpp
[src/devices/cpu/sparc]mb86901.cpp sparcdefs.h
[src/devices/machine]nscsi_bus.cpp nscsi_hd.cpp timekpr.cpp
[src/mame/drivers]sun4.cpp

r112152 Sunday 16th September, 2018 at 16:26:37 UTC by AJR
facit4440: Silly mistake (nw)
[src/mame/drivers]facit4440.cpp

r112151 Sunday 16th September, 2018 at 16:18:59 UTC by AJR
er1400: Default clock in other drivers (nw)
[src/mame/drivers]decwritr.cpp v100.cpp vt100.cpp

r112150 Sunday 16th September, 2018 at 16:01:17 UTC by AJR
Fix minor error in mame.lst (nw)
[src/mame]mame.lst

r112149 Sunday 16th September, 2018 at 15:59:08 UTC by AJR
facit4440: Create new skeleton driver; burn-in tests all seem to pass now (nw)
[scripts/target/mame]mess.lua
[src/devices/machine]er1400.cpp er1400.h
[src/mame]mame.lst mess.flt
[src/mame/drivers]facit4440.cpp* terminal.cpp

r112148 Sunday 16th September, 2018 at 15:43:13 UTC by Samuele Zannoli
New not working machine: Nvidia nForce PC (nw)
[scripts/target/mame]mess.lua
[src/mame]mame.lst mess.flt
[src/mame/drivers]nforcepc.cpp*

r112147 Sunday 16th September, 2018 at 15:02:53 UTC by Robbbert
(nw) jtc : all 4 machines are pretty much working now
[src/mame/drivers]jtc.cpp

r112146 Sunday 16th September, 2018 at 14:58:36 UTC by Robbbert
(nw) z8: fixed numerous bugs
[src/devices/cpu/z8]z8.h z8ops.hxx

r112145 Sunday 16th September, 2018 at 13:51:58 UTC by AJR
video21: Add NVRAM; remove MCFG_ macros; more clock guesses (nw)
[src/mame/drivers]video21.cpp

r112144 Sunday 16th September, 2018 at 13:48:59 UTC by AJR
z80dart: Miscellaneous bug fixes
- Default RXD to 1 to eliminate spurious break condition
- Correct CTS level in RR0 after "Reset External/Status Interrupt" command
- Allow immediate inactivation of RTS output when nothing is being transmitted
[src/devices/machine]z80dart.cpp

r112143 Sunday 16th September, 2018 at 11:54:01 UTC by hap
bagman: botanic2 isnt a bootleg conversion (nw)
[src/mame/drivers]bagman.cpp

r112142 Sunday 16th September, 2018 at 10:33:06 UTC by Vasantha Crabb
(nw) tie up some loose ends - in particular, allow watchdog timer to
take any tag-like for the screen tag rather than only C strings
[src/devices/machine]watchdog.cpp watchdog.h
[src/mame/audio]exidy.cpp
[src/mame/drivers]cmi.cpp foodf.cpp galaga.cpp gottlieb.cpp grchamp.cpp m79152pc.cpp mcr3.cpp missile.cpp polepos.cpp rampart.cpp sbrkout.cpp sprint2.cpp sprint4.cpp tecmosys.cpp toobin.cpp ultratnk.cpp

r112141 Sunday 16th September, 2018 at 10:31:07 UTC by hap
video21: realized we have a I8080A device, though in mame it's identical to I8080 (nw)
[src/mame/drivers]meyc8080.cpp video21.cpp

r112140 Sunday 16th September, 2018 at 10:20:37 UTC by hap
video21: 2.6mhz is too fast for 8080A (nw)
[src/mame/drivers]video21.cpp

r112139 Sunday 16th September, 2018 at 10:16:27 UTC by hap
exidy audio: get rid of double tms5220 device read (nw)
[src/mame/audio]exidy.cpp

r112138 Sunday 16th September, 2018 at 08:08:17 UTC by Ryan Holtz
Missed a file, nw.
[src/mame/drivers]sun4.cpp

r112137 Sunday 16th September, 2018 at 08:08:17 UTC by Ryan Holtz
-sun4: Fixed timekeeper type and fixed timekeeper behavior that could cause it to miss updates. [Ryan Holtz]
[src/devices/machine]timekpr.cpp

r112136 Sunday 16th September, 2018 at 08:08:17 UTC by Ryan Holtz
-sbus: Added an alternate FCode PROM for the bwtwo video board. [Ryan Holtz]
[src/devices/bus/sbus]bwtwo.cpp

r112135 Sunday 16th September, 2018 at 07:03:08 UTC by Robbbert
Merge pull request #4004 from tlindner/coco3_second_shift_level

CoCo 3 Second Level shift
[docs/source/commandline]commandline-all.rst
[src/devices/machine]nscsi_bus.cpp nscsi_bus.h nscsi_cd.cpp
[src/lib/formats]tzx_cas.cpp

r112134 Sunday 16th September, 2018 at 05:16:47 UTC by tim.lindner
Extended CoCo 3's keyboard to include a second shift level. This enabled natural keyboard support for {, }, [, ], \, |, _, and ^.
[docs/source/commandline]commandline-all.rst
[src/devices/machine]nscsi_bus.cpp nscsi_bus.h nscsi_cd.cpp
[src/lib/formats]tzx_cas.cpp
[src/mame/drivers]coco3.cpp

r112133 Sunday 16th September, 2018 at 07:02:40 UTC by Robbbert
Merge pull request #4005 from AmatCoder/AmatCoder-fix-tzx

tzx_cass.cpp: 1ms pause is always required
[docs/source/commandline]commandline-all.rst
[src/devices/machine]nscsi_bus.cpp nscsi_bus.h nscsi_cd.cpp

r112132 Sunday 16th September, 2018 at 05:20:34 UTC by amatcoder
tzx_cass.cpp: 1ms pause is always required

Not only when pause from block is greater than zero .
Otherwise the last pulse is not terminated properly in some cases.
[docs/source/commandline]commandline-all.rst
[src/devices/machine]nscsi_bus.cpp nscsi_bus.h nscsi_cd.cpp
[src/lib/formats]tzx_cas.cpp

r112131 Sunday 16th September, 2018 at 07:01:55 UTC by Robbbert
Merge pull request #3996 from katananja/patch-4

Add missing short commands
[bgfx/chains]hlsl.json
[bgfx/effects/hlsl]post.json scanline.json*
[bgfx/shaders/dx11/chains/hlsl]fs_post.bin fs_scanline.bin* vs_scanline.bin*
[bgfx/shaders/dx9/chains/hlsl]fs_post.bin fs_scanline.bin* vs_scanline.bin*
[bgfx/shaders/essl/chains/hlsl]fs_post.bin fs_scanline.bin* vs_scanline.bin*
[bgfx/shaders/glsl/chains/hlsl]fs_post.bin fs_scanline.bin* vs_scanline.bin*
[bgfx/shaders/metal/chains/hlsl]fs_post.bin fs_scanline.bin* vs_scanline.bin*
[hash]ibm5170.xml
[hlsl]post.fx scanline.fx*
[plugins/hiscore]hiscore.dat
[scripts/src]bus.lua
[scripts/target/mame]arcade.lua mess.lua
[src/devices/bus/bbc/userport]beebspch.cpp
[src/devices/bus/c64]currah_speech.cpp
[src/devices/bus/coco]coco_ssc.cpp
[src/devices/bus/cpc]cpc_ssa1.cpp
[src/devices/bus/einstein/userport]speech.cpp
[src/devices/bus/intv]voice.cpp
[src/devices/bus/odyssey2]voice.cpp
[src/devices/bus/sbus]artecon.cpp* artecon.h* bwtwo.h cgsix.cpp* cgsix.h* cgthree.cpp cgthree.h hme.cpp* hme.h* sbus.cpp sunpc.cpp* sunpc.h* turbogx.cpp turbogx.h
[src/devices/bus/spectrum]uspeech.cpp
[src/devices/cpu/sparc]mb86901.cpp sparc.h
[src/devices/cpu/z8]z8.cpp z8ops.hxx
[src/devices/machine]nscsi_bus.cpp nscsi_bus.h nscsi_cd.cpp
[src/devices/sound]sp0256.cpp sp0256.h
[src/devices/video]bt45x.cpp bt45x.h
[src/mame]arcade.flt mame.lst mess.flt
[src/mame/drivers]ampex.cpp gal3.cpp idsa.cpp imds.cpp imds2.cpp jupace.cpp m79152pc.cpp namcofl.cpp namconb1.cpp namcos2.cpp namcos21.cpp sauro.cpp seta2.cpp sun4.cpp video21.cpp* vpoker.cpp
[src/mame/includes]imds2.h namcofl.h namconb1.h namcos2.h namcos21.h pacland.h
[src/mame/machine]imds2ioc.cpp* imds2ioc.h* namcoic.cpp namcoic.h namcos2.cpp
[src/mame/video]namco_c123tmap.cpp* namco_c123tmap.h* namco_c169roz.cpp* namco_c169roz.h* namco_c355spr.cpp* namco_c355spr.h* namcofl.cpp namconb1.cpp namcos2.cpp namcos21.cpp namcos2_roz.cpp* namcos2_roz.h* namcos2_sprite.cpp* namcos2_sprite.h* pacland.cpp
[src/osd/modules/render/bgfx/shaders/chains/hlsl]fs_post.sc fs_scanline.sc* vs_scanline.sc*
[src/osd/modules/render/d3d]d3dhlsl.cpp d3dhlsl.h

r112130 Thursday 13th September, 2018 at 23:33:40 UTC by wellington.uemura
Add missing short commands

I've noticed this while I was translating the manual.
[bgfx/chains]hlsl.json
[bgfx/effects/hlsl]post.json scanline.json
[bgfx/shaders/dx11/chains/hlsl]fs_post.bin fs_scanline.bin vs_scanline.bin
[bgfx/shaders/dx9/chains/hlsl]fs_post.bin fs_scanline.bin vs_scanline.bin
[bgfx/shaders/essl/chains/hlsl]fs_post.bin fs_scanline.bin vs_scanline.bin
[bgfx/shaders/glsl/chains/hlsl]fs_post.bin fs_scanline.bin vs_scanline.bin
[bgfx/shaders/metal/chains/hlsl]fs_post.bin fs_scanline.bin vs_scanline.bin
[docs/source/commandline]commandline-all.rst
[hash]ibm5170.xml
[hlsl]post.fx scanline.fx
[plugins/hiscore]hiscore.dat
[scripts/src]bus.lua
[scripts/target/mame]arcade.lua mess.lua
[src/devices/bus/bbc/userport]beebspch.cpp
[src/devices/bus/c64]currah_speech.cpp
[src/devices/bus/coco]coco_ssc.cpp
[src/devices/bus/cpc]cpc_ssa1.cpp
[src/devices/bus/einstein/userport]speech.cpp
[src/devices/bus/intv]voice.cpp
[src/devices/bus/odyssey2]voice.cpp
[src/devices/bus/sbus]artecon.cpp artecon.h bwtwo.h cgsix.cpp cgsix.h cgthree.cpp cgthree.h hme.cpp hme.h sbus.cpp sunpc.cpp sunpc.h turbogx.cpp* turbogx.h*
[src/devices/bus/spectrum]uspeech.cpp
[src/devices/cpu/sparc]mb86901.cpp sparc.h
[src/devices/cpu/z8]z8.cpp z8ops.hxx
[src/devices/machine]nscsi_bus.cpp nscsi_bus.h nscsi_cd.cpp
[src/devices/sound]sp0256.cpp sp0256.h
[src/devices/video]bt45x.cpp bt45x.h
[src/mame]arcade.flt mame.lst mess.flt
[src/mame/drivers]ampex.cpp gal3.cpp idsa.cpp imds.cpp* imds2.cpp jupace.cpp m79152pc.cpp namcofl.cpp namconb1.cpp namcos2.cpp namcos21.cpp sauro.cpp seta2.cpp sun4.cpp video21.cpp vpoker.cpp
[src/mame/includes]imds2.h* namcofl.h namconb1.h namcos2.h namcos21.h pacland.h
[src/mame/machine]imds2ioc.cpp imds2ioc.h namcoic.cpp* namcoic.h* namcos2.cpp
[src/mame/video]namco_c123tmap.cpp namco_c123tmap.h namco_c169roz.cpp namco_c169roz.h namco_c355spr.cpp namco_c355spr.h namcofl.cpp namconb1.cpp namcos2.cpp namcos21.cpp namcos2_roz.cpp namcos2_roz.h namcos2_sprite.cpp namcos2_sprite.h pacland.cpp
[src/osd/modules/render/bgfx/shaders/chains/hlsl]fs_post.sc fs_scanline.sc vs_scanline.sc
[src/osd/modules/render/d3d]d3dhlsl.cpp d3dhlsl.h

r112129 Sunday 16th September, 2018 at 06:30:22 UTC by patrick.mackinlay
nscsi: make sun4 probe-scsi happy (nw)
[src/devices/machine]nscsi_bus.cpp nscsi_bus.h nscsi_cd.cpp

r112128 Sunday 16th September, 2018 at 04:06:45 UTC by Ryan Holtz
-sbus: Added a skeleton device for the Artecon SB300P 3-serial 1-parallel SBus card. [Ryan Holtz]
[scripts/src]bus.lua
[src/devices/bus/sbus]artecon.cpp* artecon.h* sbus.cpp
[src/devices/cpu/sparc]sparc.h

r112127 Sunday 16th September, 2018 at 04:06:45 UTC by Ryan Holtz
-sun4: Trigger memory access exceptions on access to undefined memory types. [Ryan Holtz]
[src/mame/drivers]sun4.cpp

r112126 Saturday 15th September, 2018 at 22:49:10 UTC by AJR
vpoker: 6809 type identification (nw)
[src/mame/drivers]vpoker.cpp

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team