Sandro Ronco
d3ca564778
(MESS) glcolor: fixed year (nw)
2014-02-20 21:44:27 +00:00
Oliver Stöneberg
e834a7cba2
clang 3.4 fixes for tools (nw)
2014-02-20 20:42:25 +00:00
Scott Stone
afd50d578c
(MESS) machine\megadriv.c - Fixes segfault when trying to load the homebrew megadrive tutorial file "firststeps". [Felipe Sanches]
2014-02-20 20:26:32 +00:00
Scott Stone
bf10dd16fa
(MESS) a7800.c - Added more details and clarification regarding the potentiometer. [Robert Tuccitto]
2014-02-20 20:15:26 +00:00
Sandro Ronco
0a3992f25b
(MESS) New NOT WORKING system
...
----------------------------------------------
VTech Genius Leader Color (Germany) [TeamEurope]
2014-02-20 19:05:30 +00:00
Sandro Ronco
0ffeaba699
(MESS) gl4004: fixed lcd and ROM banking. (nw)
2014-02-20 18:58:14 +00:00
Oliver Stöneberg
3138b2c660
second round of clang 3.4 fixes for MESS (nw)
2014-02-20 18:18:29 +00:00
Oliver Stöneberg
9fa82ef4c3
first round of clang 3.4 fixes for MESS (nw)
2014-02-20 17:50:51 +00:00
Robbbert
b4d1e97826
(MESS) apf : added another bios [Thanks to ranger_lennier]
2014-02-20 10:19:54 +00:00
Curt Coder
a2607ef575
Fixed compile. (nw)
2014-02-20 08:34:52 +00:00
smf-
cc39b930e3
removed superfluous 128k (nw)
2014-02-20 02:38:44 +00:00
Aaron Giles
57cfaa163e
Switched rgb_t to a class, replacing macros with methods. Mappings are
...
as follows:
MAKE_RGB(r,g,b) == rgb_t(r,g,b)
MAKE_ARGB(a,r,g,b) == rgb_t(a,r,g,b)
RGB_ALPHA(data) == data.a()
RGB_RED(data) == data.r()
RGB_GREEN(data) == data.g()
RGB_BLUE(data) == data.b()
RGB_BLACK == rgb_t::black
RGB_WHITE == rgb_t::white
Implicit conversions to/from UINT32 are built in as well as simple
addition, subtraction, and scaling (with clamping).
As a result of being a class, some stricter typing was needed in
a few places but overall not too much.
2014-02-19 06:07:32 +00:00
Fabio Priuli
5c2b6036df
(MESS) nes: Properly implemented the Bandai Karaoke Studio expansion
...
slot. The two Senyou Cassettes (Top Hit 20 Vol 1 & Vol 2) have now to be
loaded with the following commands "mess nes -cart karaoke -cart2 top20v1"
(or top20v2). This is accurate to the hardware, because these expansions
had to be manually inserted into the body of the main Karaoke Studio cart
before playing. [Fabio Priuli]
2014-02-19 05:48:54 +00:00
Curt Coder
23a704c620
(MESS) Cleanup. (nw)
2014-02-18 21:30:53 +00:00
Curt Coder
2e7bf618a5
(MESS) pc: Added support for NASLite 1.72MB disk images. [Curt Coder]
2014-02-18 21:30:36 +00:00
Olivier Galibert
d048dae125
(nw)
2014-02-18 17:10:41 +00:00
Aaron Giles
3e2995cbba
Converted palette_t and palette_client to classes. General palette.c
...
cleanup.
2014-02-18 08:05:44 +00:00
Angelo Salese
85447a2fdd
Correct patch
2014-02-18 05:26:04 +00:00
Angelo Salese
4af9757ff3
Another note ...
2014-02-18 05:14:56 +00:00
Angelo Salese
c1898d3671
Note update
2014-02-18 05:01:13 +00:00
R. Belmont
a47713e2e2
(MESS) apple3: Fixed colors in color hires mode. [R. Belmont]
2014-02-18 00:43:04 +00:00
R. Belmont
861485d123
(MESS) apple2: fixed systems crashing due to missing keyboard ROMs, validated some documentation on the J-Plus, and general cleanup. (nw)
2014-02-17 21:09:28 +00:00
Miodrag Milanovic
39ac3b53be
fix for mess listxml (nw)
2014-02-17 19:03:44 +00:00
Miodrag Milanovic
4b10a92bb0
fix 2 more (nw)
2014-02-17 18:15:46 +00:00
Miodrag Milanovic
6eaf8f5560
x68k fix (nw)
2014-02-17 18:12:30 +00:00
Miodrag Milanovic
a3e4a45f1a
moved optional_device<gfxdecode_device> to specific drivers state classes (nw)
2014-02-17 15:46:55 +00:00
R. Belmont
231d7c709a
(MESS) apple3: Rework extended addressing from the schematics. [R. Belmont]
2014-02-17 15:05:09 +00:00
smf-
eb8e90ed49
(MESS) added SUBCPU address space dump from US PlayStation [smf, psxdev.ru]
2014-02-17 13:35:44 +00:00
R. Belmont
91df0b0fa1
(MESS) apple3: Some cleanup, plus writes to Fxxx when write protect isn't asserted go through to the underlying RAM. [R. Belmont]
2014-02-17 13:08:10 +00:00
smf-
8c5f5f9014
(MESS) Added BIOS from Midnight Blue PlayStation <10 million model> SCPH-7000W [smf, Myria]
2014-02-17 12:41:37 +00:00
Fabio Priuli
ca090b8eec
(MESS) nes: added Karaoke Studio inputs, mapped to keys Z, X, C. you can
...
now select songs and see the animation, even if I would not call playable the
games this way. [Fabio Priuli]
out of whatsnew: the expansion slot is currently hacked around at loading time.
I will soon implement it as a subslot, but I still need to check a few details first.
2014-02-17 08:28:26 +00:00
Robbbert
32c2989411
(MESS) spc1000 : Connected Play button. Added notes.
2014-02-17 04:02:09 +00:00
David Haywood
672e6ea3a1
make it a bit clearer how to load floppies in msx1 by actually recognizing the floppy ROM.
...
added a skeleton list I used for some quick testing.
the driver really needs a significant overhaul, but at least this makes usage a little less opaque.
2014-02-17 03:42:14 +00:00
R. Belmont
cc0a824aff
Preliminary support for National Semiconductor MM58167 real-time clock/calendar. [R. Belmont]
2014-02-17 02:49:35 +00:00
R. Belmont
811fee0ee8
(MESS) apple3: Fixed page 2 addresses in all graphics modes, fixed glitches in color hires rendering. [R. Belmont]
2014-02-16 18:24:27 +00:00
Miodrag Milanovic
7cde79cd9c
Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag Milanovic]
...
Updated all devices and drivers for using it.
out of whatsnew:
Note that it is made to work same as before, in some cases it can be more
logic to move gfxdevice into subdevice itself then to keep it in main driver.
2014-02-16 17:32:10 +00:00
Robbbert
6a57b6378f
(MESS) spc1000 : added TAP cassette format [Robbbert]
2014-02-16 15:15:05 +00:00
Robbbert
c62b9b5fcf
(MESS) spc1000 : added cassette
2014-02-16 11:54:56 +00:00
R. Belmont
5dc3ebae07
(MESS) apple3: improved save states, fixed double-hi-res drawing [R. Belmont]
2014-02-16 04:22:38 +00:00
R. Belmont
1f92dd5452
(MESS) apple3: Fix ROM test in Diagnostics and support PCPI AppliCard [R. Belmont]
2014-02-15 22:15:28 +00:00
Olivier Galibert
d438684920
(MESS) New NOT WORKING system
...
-----------------------------
Kasparov Stratos Chess Computer [Cowering, O. Galibert]
(Cowering is going to pick it up from here)
2014-02-15 22:09:47 +00:00
Olivier Galibert
93f7c49005
placeholders
2014-02-15 22:06:12 +00:00
smf-
f468c60ea7
Converted i8251 to DEVCB2 [smf]
2014-02-15 19:50:54 +00:00
R. Belmont
82e6f668c7
(MESS) apple3: a non-indirect instruction located on the zero page will also enable extended addressing. Fixes Business BASIC. [R. Belmont]
2014-02-15 03:49:22 +00:00
smf-
b37d92de72
created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 and midi devices, changed h89 to use an rs232 port to communicate with the serial terminal to instead of connecting it directly. [smf]
2014-02-15 01:29:27 +00:00
Sandro Ronco
88bc8a4673
(MESS) New NOT WORKING system
...
----------------------------------------------
Alphasmart 2000 [Jonathan Gevaryahu, Balrog]
2014-02-14 22:53:43 +00:00
R. Belmont
206e7778dc
(MESS) apple3: Add save state support and initial slot hookup. [R. Belmont]
2014-02-14 19:51:34 +00:00
R. Belmont
a4351b6342
(MESS) enable UK systems (nw)
2014-02-14 18:12:51 +00:00
Dirk Best
30c6b2ce57
add preliminary support for the multi unique type isa fdc cards
2014-02-14 14:53:31 +00:00
Robbbert
c37f312f57
(MESS) spc1000 : added IRQ which enables cursor flash & internal timer [Miso Kim, Robbbert]
2014-02-14 07:53:54 +00:00
R. Belmont
2a7318eee3
(MESS) Systems Promoted from GAME_NOT_WORKING:
...
- Apple III [R. Belmont]
2014-02-14 04:14:26 +00:00
Sandro Ronco
ce811af085
(MESS) New NOT WORKING system
...
----------------------------------------------
VTech BrainStation 9009 CXL (Germany) [TeamEurope]
2014-02-13 22:37:39 +00:00
Sandro Ronco
4c6c27ec0d
(MESS) gl3000s: added LCD and keyboard emulation. [Sandro Ronco]
2014-02-13 22:06:40 +00:00
R. Belmont
76aa042a3a
(MESS) New clones added: [R. Belmont]
...
Apple IIe (UK)
Apple IIe (Enhanced, UK)
2014-02-13 21:23:43 +00:00
Michael Zapf
77f48db87e
(MESS) Minor changes to tifdc; added 360K MFM format to ti99_dsk. (nw)
2014-02-13 16:20:00 +00:00
Fabio Priuli
a4ad409630
(MESS) nes_datach: documented the eeprom hookups, and the
...
second eeprom used by Battle Rush. they do not work yet. nw.
2014-02-13 12:44:18 +00:00
Miodrag Milanovic
bc0672544f
Moved drawgfx functions to gfx_element (nw)
2014-02-13 10:29:11 +00:00
Fabio Priuli
f897a1a67d
small cleanup. nw.
2014-02-13 10:17:58 +00:00
Fabio Priuli
ad550cb7b8
(MESS) nes: Properly implemented the Bandai Datach as a passthru cart.
...
Datach games have now to be loaded with the following commands
"mess nes -cart datach -cart2 gamename" where gamename can be
either a shortname from the datach softlist, or a fullpath to the iNES files
(or to headerless 256k dump of the Datach minicarts). This is accurate
to the hardware, because Datach carts could not be mounted in the main
Famicom cartridge slot. [Fabio Priuli]
2014-02-13 10:16:44 +00:00
R. Belmont
1e800b70eb
kb3600: track "down" keys to avoid spurious retriggers during fast typing (nw)
2014-02-13 02:47:26 +00:00
R. Belmont
a36d4c6609
kb3600: converted to devcb2 (nw)
2014-02-13 02:33:58 +00:00
Sandro Ronco
2d3b835e80
(MESS) Moved gl6000sl and gl7007sl from pc2000.c to prestige.c (nw)
2014-02-12 22:08:52 +00:00
Alex W. Jackson
f056d758a3
Fix MAME linking (nw)
2014-02-12 20:45:48 +00:00
Fabio Priuli
0b78c37106
(MESS) nes_bandai: added emulation of the barcode reader for
...
Datach Joint ROM System unit, making playable most games
using it. [Fabio Priuli]
2014-02-12 14:56:23 +00:00
Fabio Priuli
e2cf4f8b34
Added generic barcode reader emulation: the code accepts sequences of digits in
...
UPC-A, EAN-13 and EAN-8 format, stores them in both byte format and in pixel
format; it is up to the driver to implement the correct transfer protocol. [Fabio Priuli]
Added UI menu to enter barcodes via keyboard. It only gets activated if the running
machine has a barcode device. [Fabio Priuli]
out of whatsnew: The latter change was coordinated with Nathan, so it shall not
create problems with his UI reorganization ;)
2014-02-12 14:54:11 +00:00
Michael Zapf
fb9183eb2c
(MESS) Changing to new floppy implementation, part 1.
2014-02-12 12:41:40 +00:00
Michael Zapf
2e3eafc3fb
(MESS) Minor debugging stuff and using freq constant (nw)
2014-02-12 11:56:42 +00:00
R. Belmont
01cff8ad3f
key position tune-ups (nw)
2014-02-12 04:27:45 +00:00
R. Belmont
460da6ab75
remove dead include (nw)
2014-02-12 04:21:05 +00:00
R. Belmont
f218084a77
fix Clang (nw)
2014-02-12 04:19:46 +00:00
R. Belmont
93a00f2b0b
(MESS) apple2: rewrote keyboard handling according to schematics and using the generic AY-3600. [R. Belmont]
...
nw: next up, devcb2 the generic 3600.
2014-02-12 04:12:58 +00:00
smf-
127034e6c0
(MESS) Removed PET CB1 read handler, it is pushing vsync to it already. [smf]
2014-02-11 15:58:32 +00:00
smf-
6c5750e667
Converted SN76496 ready to DEVCB2 [smf]
2014-02-11 15:40:52 +00:00
Robbbert
c14aa6c1b8
(MESS) apf : reorganised ram
2014-02-11 15:19:09 +00:00
cracyc
0895e10f81
(mess) pc: missed two (nw)
2014-02-11 03:23:12 +00:00
smf-
e31425baab
Hooked up centronics busy & inverted strobe. (nw)
2014-02-10 23:29:02 +00:00
cracyc
755a60ac24
(mess) pc: remove excess serial and parallel ports and set lpt irq to write to the 8259 rather than the cpu.
2014-02-10 22:08:33 +00:00
smf-
52969ee6b9
hooked up the centronics port, although I have only coaxed it to send a single nul to the printer at startup. [smf]
2014-02-10 21:35:02 +00:00
smf-
ba1e4f154a
added hack back to get manager booting (nw)
2014-02-10 16:19:51 +00:00
smf-
954fe95870
fixed fixed crash at startup (nw)
2014-02-10 16:19:26 +00:00
smf-
ce970164a9
fixed crash at startup (nw)
2014-02-10 13:44:59 +00:00
smf-
28ce5850a5
fix crash on startup (nw)
2014-02-10 13:39:47 +00:00
smf-
7a6fa2baff
fix crash on startup (nw)
2014-02-10 13:36:56 +00:00
smf-
232576d3a9
fix crash on startup (nw)
2014-02-10 13:12:42 +00:00
smf-
87457fafa8
fix crash on startup (nw)
2014-02-10 13:11:19 +00:00
smf-
c5079ca1f5
fix crash on startup (nw)
2014-02-10 13:07:27 +00:00
smf-
c6149aec29
fix crash on startup (nw)
2014-02-10 13:05:41 +00:00
smf-
7b613131ca
fix crash on startup (nw)
2014-02-10 13:02:41 +00:00
smf-
7ff41e74da
Updated Apricot PC centronics from the schematic (nw)
2014-02-10 13:00:38 +00:00
Robbbert
3a621f49f4
(MESS) phc25 : changed to working but without sound.
2014-02-10 11:11:09 +00:00
Fabio Priuli
816b0b6e3f
(MESS) nes_bandai: documented differences between FCG-1/FCG-2 boards and
...
LZ93D50 ones, based on analysis by naruko. [Fabio Priuli]
2014-02-10 09:58:38 +00:00
mahlemiut
12dad2dbf6
amstrad: Added a basic implementation of the Programmers Development System hardware for the CPC. Only lacks a way to set up a parallel connection between MESS instances to enable PC<->CPC communication. [Barry Rodewald]
2014-02-10 08:53:00 +00:00
Scott Stone
05e30df363
New games marked as GAME_NOT_WORKING
...
------------------------------------
Sony PVE-500 [Felipe Sanches]
2014-02-10 00:22:38 +00:00
R. Belmont
caae1567b6
(MESS) apple3: a little more cleanup (nw)
2014-02-09 21:15:33 +00:00
smf-
be55c4bef6
Centronics WIP using write lines and DEVCB2. Added an output latch and input buffer device to allow configuration in MCFG. Renamed centronics device "printer" to "image". FM-7 parallel port joystick works again. Added support for using PC LPT control lines as inputs (not tested). c64 geocable now just passes individual lines through, changed the strobe line to what is documented online (not tested). Converted MSX & exidy sorcerer parallel port DAC to use covox device instead of using a configuration switch (not tested). Sorcerer parallel port is more like the commodore user port, so should be converted to it's own slot where one option is a centronics card. [smf]
2014-02-09 20:08:25 +00:00
R. Belmont
c9503195b2
(MESS) apple3: corrected a few erroneous keys (nw)
2014-02-09 18:39:19 +00:00
Fabio Priuli
19644051e1
(MESS) nes_irem.c: fixed Ai Sensei no Oshiete, based on hardware doc by naruko [Fabio Priuli]
2014-02-09 18:02:34 +00:00
David Haywood
ca8accbdb7
just some added some misc stuff I've been testing drivers with to the Softlists (nw)
2014-02-09 16:05:30 +00:00
Fabio Priuli
98ea494a9f
(MESS) nes: added support for iNES 2.0 submappers [Fabio Priuli]
...
out of whatsnew:
+ fixed a small bug in handling MMC-1 games with > 8K of WRAM (only a Jpn baseball games use this,
and I can see no difference in behavior)
+ updated emulation status in xml for a few games I had made working during slot-ification
2014-02-09 11:21:08 +00:00
R. Belmont
58a32ed83e
(MESS) apple3: rewrote keyboard handling from scratch using Curt's AY-5-3600 device. Much, much better. [R. Belmont]
2014-02-09 06:15:29 +00:00
R. Belmont
73c35febef
restore natural keyboard (nw)
2014-02-09 01:11:18 +00:00
R. Belmont
4241c775e4
(MESS) Apple drivers cleanup: [R. Belmont]
...
- apple3_state is no longer an unnecessary subclass of apple2_state
- ay3600 keyboard decoder is now independent from apple2_state
- cleaned up some includes
2014-02-09 01:08:22 +00:00
Fabio Priuli
7cecc33fe7
(MESS) nes_mmc5: * hacked around the limitations of our PPU code, so to support the
...
different CHR registers
* improved PRG-RAM handling
* first attempt to add split screen mode, still broken
no whatsnew
the hack only deals with the way MMC-5 monitors PPU activity, not with the actual effect. when
I get to the point of completing my not-yet-abandoned PPU rewrite, the new calls in ppu2c0x.h
will go away...
2014-02-08 19:15:14 +00:00
R. Belmont
22f45bf70a
(MESS) apple3: extended addressing applies to all $x1 opcodes. SOS apps now start up. [R. Belmont]
2014-02-08 17:56:13 +00:00
Sandro Ronco
65c1aaef63
(MESS) gl4000: fixed screen size. (nw)
2014-02-08 15:59:56 +00:00
Fabio Priuli
9dfc179510
(MESS) nes_mmc5: added Extended Attribute Mode emulation. Koei titles start displaying
...
something that is not garbage. nw.
2014-02-07 15:20:57 +00:00
Curt Coder
a24e0640a3
(MESS) Refactored the Commodore 2040/3040/4040 disk drives to use the modern floppy system. [Curt Coder]
2014-02-07 15:12:54 +00:00
Robbbert
95b8ff6fb7
(MESS) ts802 : started adding devices
2014-02-07 14:35:59 +00:00
Fabio Priuli
1aa7194558
(MESS) nes_mmc5: further cleanups (this time for NT-RAM handling). no visible improvements,
...
but it bothered me that we were saving as NVRAM the external RAM, while it was volatile in real
carts. nw.
2014-02-07 13:30:33 +00:00
Fabio Priuli
dd91beb013
(MESS) nes_mmc5: simplified some code. no visible improvements. nw.
2014-02-07 11:52:45 +00:00
Robbbert
116948faa2
fixed compile error
2014-02-07 09:25:22 +00:00
Fabio Priuli
2ebc0c265c
(MESS) nes: added support for PRG-only PCB (aka Mapper 218) which uses NT-RAM
...
as CHR-RAM, used by nocash's game Magic Floor. [Fabio Priuli]
2014-02-07 08:42:07 +00:00
Fabio Priuli
63dd624665
(MESS) nes: added support for Multi-Discrete PCB (aka Mapper 28) used
...
by Action 53 - Function 16 - Volume ONE - "Streemerz Bundle" homebrew
multicart. [Fabio Priuli]
2014-02-06 17:44:32 +00:00
Robbbert
35cd6fd3d3
(MESS) phc25 : fixed graphic modes
2014-02-06 10:58:20 +00:00
R. Belmont
c75c744600
(MESS) apple3: improved interrupt generation and scanline timing [R. Belmont]
2014-02-06 03:13:33 +00:00
Robbbert
70895111eb
(MESS) microvision : added a software-list switch to pick the correct display per game. Fixes alienrdr,bowling,vegas (part 1)
2014-02-05 09:39:55 +00:00
Robbbert
06b8402d65
(MESS) phc25 : a very small note
2014-02-04 13:08:37 +00:00
R. Belmont
1fdf5afd72
(MESS) apple2gs: Add support for Vulcan Gold IDE card [R. Belmont, Spk]
2014-02-03 21:28:26 +00:00
Robbbert
4114303fe6
(MESS) New NOT WORKING systems [The Dumping Union, TeamEurope]
...
----------------------------------------------
Genius Leader 4000 Quadro (Germany)
Genius Leader 7007SL (Germany)
2014-02-03 11:43:10 +00:00
Robbbert
8919708f09
(MESS) apf : added back support for .apt cassettes
...
(nw) hopefully it works as no apt files to test with
2014-02-03 10:30:32 +00:00
R. Belmont
52c60d3549
(MESS) apple3: Adjusted palette, confidence test color names screen is now reasonable. [R. Belmont]
2014-02-02 22:34:34 +00:00
R. Belmont
38db273225
(MESS) apple3 changes: [R. Belmont]
...
- Removed ProFile stub, we'll do that as a proper card later
- Removed ROM patch now that we can specify the ACIA is Rockwell-style
- Allow -ramsize 256K or 512K
- Both VIAs can generate IRQs now, as per schematics
2014-02-02 21:54:23 +00:00
R. Belmont
32fd90f082
fix out-of-date note (nw)
2014-02-02 18:53:07 +00:00
R. Belmont
2826419b47
(MESS) apple3: Added speaker toggle, beep, and DAC sound. [R. Belmont]
2014-02-02 18:46:50 +00:00
R. Belmont
049c4db019
(MESS) apple3: hooked up modifier keys [R. Belmont]
2014-02-02 16:43:13 +00:00
R. Belmont
7bf568d972
(MESS) apple3: Remove unnecessary opbase handler (nw)
2014-02-02 16:22:48 +00:00
Sandro Ronco
d1adf78645
(MESS) iqunlimz: fixed 80 columns mode. (nw)
2014-02-02 16:19:23 +00:00
Sandro Ronco
e39a886110
(MESS) iqunlimz: added preliminary keyboard inputs. (nw)
2014-02-02 15:02:15 +00:00
Robbbert
fb05c87a0d
(MESS) phc25 : can load .phc cassettes
2014-02-02 13:19:58 +00:00
Sandro Ronco
96a1535372
(MESS) Moved iqunlimz from pc2000.c to socrates.c (nw)
2014-02-02 11:57:07 +00:00
Sandro Ronco
6097a18247
(MESS) gl2000: fixed cart loading. (nw)
2014-02-02 09:55:33 +00:00
Fabio Priuli
94a2233008
(MESS) nes: apparently chinese dumpers have decided that Waixing FS-304
...
board is mapper 162. updated our source to make easier launching ines files
from fullpath :) nw.
2014-02-02 07:31:20 +00:00
R. Belmont
db2e892bce
Clang fix (nw)
2014-02-02 05:32:21 +00:00
R. Belmont
c397fcbe4b
(MESS) apple3: Implement correct (zp),y extended addressing. [R. Belmont]
2014-02-02 05:31:09 +00:00
smf-
3614d52b49
resolves the user port handlers in device_config_complete() & replaced calling reset() on user port with toggling of input line 3 as not all computers have reset hooked up on the user port. I believe device_reset() will always be called, which makes the call in the drivers machine_reset() unnecessary. [smf]
2014-02-02 01:00:11 +00:00
Dirk Best
7c0ba4bce6
Merge branch 'master' of ssh://git@mess.org/mame
2014-02-01 12:31:04 +00:00
Dirk Best
cd3890e110
Add support for the Acculogic sIDE-1/16 8-bit ISA card.
2014-02-01 12:30:58 +00:00
Fabio Priuli
3b7a999c26
(MESS) nes.c: Added support for NROM368 homebrew PCB. [Fabio Priuli]
...
nes.c: Fixed support for BMC-12in1 PCB, based on Cah4e3's research. [Fabio Priuli]
2014-02-01 08:05:15 +00:00
R. Belmont
e86724831d
(MESS) New skeleton driver:
...
- Roland Sound Canvas SC-55 [Stefan Lindberg]
nw: Time to play "what's the CPU?". seems to be 8-bit little-endian, might be
i8x9x, might not be. Current ROM mapping is definitely wrong.
2014-02-01 03:48:45 +00:00
mahlemiut
523235ff0f
(MESS) amstrad: added the option of having nothing attached to the joystick ports. Mostly to avoid the cursor keys and the default joystick inputs clashing. (no whatsnew)
2014-02-01 02:48:26 +00:00
mahlemiut
6ecea67cfa
(MESS) pc/xt/at: added basic implementation of the Programmers Development System ISA card. The PDS editor software requires the hardware present to start up. Some core work will need to be done to get any communications working, however. [Barry Rodewald]
2014-01-31 09:06:30 +00:00
mahlemiut
90f48df9fd
(MESS) amstrad: changed manufacturer and refresh DIPs to be driver config settings, since they aren't really DIP switches in the first place. (no whatsnew)
2014-01-31 00:52:19 +00:00
Scott Stone
53799ef0a8
added text diagram of iqunlim board from original submission (nw)
2014-01-30 20:11:22 +00:00
Fabio Priuli
ea7889252b
(MESS) atarifdc/a800: fixed MT05381. nw.
...
beats me why it shall make any difference, but it seems that the either the best match
code or the loop across the softlists does not like when some list is appended to
the main machine and some other list is appended to a device (maybe some tag assumption?).
it makes sense to append the lists to the main machine, though, so the fix should be ok.
2014-01-30 05:18:43 +00:00
Fabio Priuli
18e5ac933b
(MESS) minor cleanup. nw.
2014-01-29 20:44:50 +00:00
Ivan Vangelista
af4577fc40
Fixed MT05436 (nw)
2014-01-29 18:28:30 +00:00
Fabio Priuli
f00201f102
(MESS) gbcolor: fixed heavy gfx regression caused by my conversion
...
of the LCD to be a device. [Fabio Priuli]
at some point I was convinced that this io2_r handler had to be moved inside the LCD
emulation, then I realized I was wrong, but apparently I forgot to rectify the code in the
driver. many thanks to Shideravan for reporting the issue.
2014-01-29 17:27:10 +00:00
Robbbert
70d3d34f3f
(MESS) microvision : added a note
2014-01-29 13:10:48 +00:00
Nathan Woods
fb7edb68c6
Moved src/emu/ui.? ==> src/emu/ui/ui.?, changed to follow MAME OOP conventions; we now have a ui_manager class
2014-01-29 11:47:56 +00:00
mahlemiut
972887faff
(MESS) amstrad: mouse inputs should be low when active. Fixes movements appearing on boot when the mouse hasn't been moved.
2014-01-29 11:09:18 +00:00