summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Machines promoted to working hap2019-12-071-0/+656
| | | | | ---------------------------- Sphinx Dominator (v2.05) [hap, Berger]
* regence: french button labels (nw) hap2019-12-041-29/+35
|
* New working machines hap2019-12-021-0/+469
| | | | | -------------------- La Régence [hap, anonymous]
* neogeo: fix stretch view not hiding edges when MAME is fullscreen (nw) hap2019-11-282-30/+28
|
* srcclean and indentation cleanup (nw) Vas Crabb2019-11-241-1/+1
|
* Plug & Play work (Tv GoGo, Poker inputs etc.) (#5898) David Haywood2019-11-131-22/+30
| | | | | | | | | | | | | | | | | | | | | | * vii.cpp: tvgogo, return value written on a port so that it boots (nw) also for spg2xx_io, add machine().describe_context() to more of the logging calls to make it more informative for debugging. * workaround so poker boots without debugger trick (nw) * uart read notes (nw) * not ideal, but force poker UART reads for now (nw) * improve input (nw) * clickable artwork fixes (nw) * comment (nw) * srcclean (nw) * tidy (nw)
* Senario Texas Poker preliminary LCD controller / UART hookup work [David ↵ David Haywood2019-11-101-0/+870
| | | | | | | | | | | | | | | | | | | | | | | | | | Haywood] (#5884) * senario texas poker notes (nw) * more notes (nw) * definitly uses the uart (nw) * LCD data is definitely sent via the UART, we can identify specific things from it (nw) * documenting UART writes (nw) * UART writes are single byte commands (nw) * begin layout to show card values (nw) * progress (nw) * map more outputs (nw) * tweak (nw) * more layout stuff (nw)
* New working machines Vas Crabb2019-11-021-0/+86
| | | | | | | | | | | | -------------------- RS-232 DCE-DCE Bridge (nw) This is a simple machine for wiring together two things that want to plug into an RS-232 port. This means that for DCE-like things (e.g. serial printers) there's no need to create an extra machine to allow them to talk to the outside world with the null_modem device. (Also added some asserts, removed a FIXME, and put the swtpc8212 terminal in the default RS-232 devices.)
* EPC: Keyboard working, added leds and removed imperfect feature (#5832) Joakim Larsson Edström2019-10-301-0/+34
| | | | | | | | | | | | * i8251.cpp: required initial state to enable receiver of a 8251a and also to avoid sending start bit to diserial on reset and get framing error * eispc_kb.cpp: removed need for scheduler abuse as problem is fixed by correcting the init of the i8251 USART on host side instead * eispc.cpp: removed an obsolete TODO * eispc_kb.h: removed imperfect_features marking * epc: Added keyboard LEDs, Caps and Num lock works with current keyboard rom, scroll lock led needs a dump from a newer keyboard
* promoted to WORKING (pvmil - SunPlus) (#5818) David Haywood2019-10-281-0/+72
| | | | | | * pvmil - map inputs, promote to working * put SunPlus RNG on a timer, so that the pvmil questions are actually in a random order (nw)
* Machines promoted to working Sandro Ronco2019-10-241-1/+1
| | | | | ---------------------------- NCR Decision Mate V [Sandro Ronco, rfka01]
* fphantom: output motor status (nw) hap2019-10-231-1/+39
|
* improve spdheat sprite rendering at left edge, fix dipswitch (nw) (#5777) David Haywood2019-10-231-91/+147
| | | | | | | | * improve spdheat sprite rendering at left edge, fix dipswitch (nw) * better explain dipswitch function (nw) * ran srcclean on layout file, and added opposite side view (nw)
* spdheat - add layout with shifters [David Haywood] (#5765) David Haywood2019-10-201-1/+82
| | | | | | * shifter layout (nw) * actually fix gear mapping ingame (2nd bit just seems to cause problems)
* Machines promoted to working Sandro Ronco2019-10-201-0/+669
| | | | | ---------------------------- Fidelity Phantom Chess Challenger [Sandro Ronco]
* cashcatnz.lay: fixed error [Heihachi_73] Ivan Vangelista2019-10-131-1/+1
|
* mw8080.cpp: add explosion lamps to internal artwork for seawolf (nw) Vas Crabb2019-10-111-70/+87
| | | | other misc cleanup (nw)
* mw8080bw.cpp: fix clowns, move desertgu out of giant class, reduce Vas Crabb2019-10-101-33/+17
| | | | | | | runtime tag lookups, use blend modes for spcenctr layout (nw) boothill, dplay, spacwalk and dogpatch are probably broken - I'll fix them later
* New working machine added Philip Bennett2019-10-021-0/+17
| | | | | --------- Super Dead Heat [Phil Bennett]
* MEK6802D3: new machine 68bit2019-09-181-0/+305
| | | | | | | | Motorola MC6802 evaluation kit. This emulator implements the Keypad and the LED display, and the MEK68R2 CRT and parallel keyboard interface with support from the D3BUG2 ROM, and the RS232 terminal support using the MEK68IO and with support for this also included in the D3BUG2 ROM. Much of the monitor commands appear to operate properly.
* MEKD4 and D5: new machines (#5632) 68bit2019-09-162-0/+601
| | | | | | | | | | | | | | | | * MEK6809D4: new machine Motorola MC6809 evaluation board. This emulation implements the keypad and LED 7 segment display, the RS-232 terminal interface, and the MEK68R2 MC6845 CRT and parallel keyboard interface. The RAM and ROM banking is not yet implemented but most of the D4BUG monitor commands are supported. * MEK6802D5: new machine Motorola MC6802 trainer board. This emulation implements the keypad and LED 7 segment display, and the RS-232 terminal interface even though there is no monitor support for it. All the D5BUG monitor commands appear to be working.
* ggm: add more keypad overlays (nw) hap2019-09-111-188/+286
|
* New working software list additions hap2019-09-081-3/+3
| | | | | | ----------------------------------- ggm: Sandy Edition - Master Chess [anonymous] ggm: Steinitz Edition-4 - Master Chess [anonymous]
* Machines promoted to working hap2019-09-072-0/+1254
| | | | | | | | | ---------------------------- Chess Champion: Mark V [hap, Berger] Clones promoted to working -------------------------- Chess Champion: Mark VI/Philidor [hap, Berger, anonymous]
* mark5: add mk6 sensorboard (nw) hap2019-09-053-47/+30
|
* New working clones hap2019-09-052-32/+541
| | | | | ------------------ Constellation Quattro [hap, anonymous]
* New working machines hap2019-09-051-0/+514
| | | | | | | | | -------------------- Kasparov Turbostar 432 [hap, anonymous] New working software list additions ----------------------------------- saitek_kso: Kasparov Selected Openings [Berger, anonymous]
* mark5: map buttons, add nvram (nw) hap2019-09-041-1/+1
|
* stv: Vertical billboard layout for shienryu Dirk Best2019-09-041-0/+86
|
* New working machines hap2019-09-013-2/+1217
| | | | | -------------------- Super Sensor IV [hap, Berger, Achim]
* Missing file from previous commit (nw) Dirk Best2019-08-301-0/+86
|
* ssystem3: making it more doable to add chessengine plugin (nw) hap2019-08-251-30/+12
|
* srcclean (nw) Vas Crabb2019-08-251-3/+3
| | | | I'm assuming atronic.cpp was supposed to be Windows-1252 with Euro currency symbol encoding. Everyone please use UTF-8 for source files.
* ssystem3: finish internal artwork (nw) hap2019-08-241-5/+105
|
* complay: allow inputmask=0 when inputraw=1 for canceling input listener ↵ hap2019-08-246-10/+10
| | | | section (nw)
* Machine promoted to working hap2019-08-242-10/+158
| | | | | ----------- Chess Champion: Super System III [hap, Berger, MikeChess]
* add tking internal artwork (nw) hap2019-08-191-213/+240
|
* mm2: add RES buttons (nw) hap2019-08-152-0/+12
|
* New working machine added Sandro Ronco2019-08-141-0/+470
| | | | | --------- Mephisto Mondial 68000XL [Sandro Ronco, Berger]
* glasgow: add notes (nw) hap2019-08-141-9/+9
|
* mm1: add buttons to layout (nw) hap2019-08-132-5/+250
|
* Machine promoted to working hap2019-08-132-0/+837
| | | | | | ------- Mephisto MM I [hap, Berger] Mephisto Mirage [hap, Berger]
* risc2500: fixed lcd colors. (nw) Sandro Ronco2019-08-081-22/+63
|
* ml20: Add a simple layout Dirk Best2019-08-081-0/+254
|
* New working machine added hap2019-08-063-16/+606
| | | | | --------- Superstar 28K [hap Berger]
* sms: fix eo's sdl blackscreen (nw) hap2019-08-062-7/+7
|
* mephisto_mm2: fix leds ordering. (nw) Sandro Ronco2019-08-061-6/+6
|
* New working machine added hap2019-08-0420-215/+1023
| | | | | | | | | | | | -------------- Mephisto [hap, Berger] Mephisto II [hap, Berger] Mephisto III [hap, Berger] New working clone added --------------- Mephisto Amsterdam (older) [Berger] Mephisto London 16 Bit [Berger]
* srcclean (nw) Vas Crabb2019-07-288-86/+86
|
* sforte/cforte.lay: small tweaks to button panel (nw) hap2019-07-273-53/+95
|