Couriersud
534348f6a9
Commit current state of netlist examples. Later, these are intended as a basis for regression tests.
2014-02-09 22:43:58 +00:00
smf-
ee7c90c3a4
and again (nw)
2014-02-09 22:38:03 +00:00
smf-
fae704cc31
and of course the missing files (nw)
2014-02-09 22:36:14 +00:00
Oliver Stöneberg
87ae2cf1bd
added some more chdman tests - they had been sitting in my tree for a while, but I held off the commit because the input/output files are a bit bigger than the existing ones (nw)
2014-02-09 18:26:05 +00:00
Fabio Priuli
07c4b07c1b
fixed properties. nw.
2014-02-09 17:09:25 +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
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
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
Curt Coder
d04e52ebcc
(MESS) pet: Floppy WIP. (nw)
2014-02-06 16:34:50 +00:00
Roberto Fresca
f38dae0885
Added Bingo (1983). PCB seems bootleg, but the game looks legit.
...
Worked from the scratch a whole set of inputs and button-lamps
support for this game. Changed the poker41 description to Four
in One Poker (as seen in the official brochure). Added game and
technical notes. [Roberto Fresca]
New games added or promoted from NOT_WORKING status
---------------------------------------------------
Bingo [Roberto Fresca, Siftware]
2014-02-05 19:02:19 +00:00
Fabio Priuli
2d5f0a76c8
(MESS) documenting recent Sega Sawatte Pico dumps by Team Europe. CPU is unknown
...
(under epoxy block), so no skeleton to hook these to.
2014-02-04 12:11:34 +00:00
Fabio Priuli
fd54eaac0b
a final round of additions. nw.
2014-02-04 10:57:52 +00:00
Fabio Priuli
c1274c325e
a few other ones. nw.
2014-02-04 09:17:02 +00:00
Fabio Priuli
1be5941c66
some more roms for discrete games added to skeletons. nw.
2014-02-04 07:45:22 +00:00
Fabio Priuli
fd643e41b2
a few more whose roms were available. nw.
2014-02-03 22:11:13 +00:00
Fabio Priuli
9762654338
added skeleton for discrete games with roms, to ensure the dumps are
...
available when we get there with the emulation. nw.
atari games will probably need to be split in different source files later on,
but I've tried to keep the code to the minimum for the moment.
2014-02-03 17:16:27 +00:00
Curt Coder
b10cef380b
(MESS) Refactored the Commodore 1541/1551/1571/2031 disk drives to use the modern floppy system. [Curt Coder]
2014-02-03 15:59:54 +00:00
Robbbert
fb05c87a0d
(MESS) phc25 : can load .phc cassettes
2014-02-02 13:19:58 +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
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
Couriersud
b04c5e54b9
Fixed a nasty issue around convergence by defaulting to Gaussian elemination for 5x5 and 6x6 matrices. This prevented pong from starting.
...
In addition, removed a number of hacks around start-up conditions. All nets are now defaulted to "0" at startup. Much cleaner.
Added a 74LS629 device which yet needs to be enabled.
2014-01-31 20:41:32 +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
Olivier Galibert
f692af9cc0
placeholder
2014-01-30 20:13:05 +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
R. Belmont
cc75eccd81
(MESS) Apple II: Support for the Videx UltraTerm card. [R. Belmont]
2014-01-26 02:49:09 +00:00
Nathan Woods
48621181d1
Moved src/emu/uigfx.? ==> src/emu/ui/viewgfx.?, move C++-ifications
2014-01-25 16:56:23 +00:00
Couriersud
8238c35733
Documented two more devices, more pin-outs. Corrected some pin names so they match datasheets better.
2014-01-24 20:17:34 +00:00
Couriersud
4633122377
Fixed minor bugs and removed a hack in 7490 code. Also added more pinouts.
2014-01-24 16:24:32 +00:00
Couriersud
104a5e283b
Added pin-outs to a number of devices
2014-01-23 21:16:24 +00:00
Nathan Woods
cd9479b751
Refactoring and cleanup of tapectrl.? and bbcontrl.?, created base class
2014-01-23 12:43:39 +00:00
smf-
e0ef89359e
replaced #defines with inline functions (nw)
2014-01-21 16:38:23 +00:00
Robbbert
50ab23c87e
(MESS) new not working system [Al Kossow, Robbbert]
...
---------------------------
Memorex 2178
2014-01-21 14:35:19 +00:00
smf-
ed175d0a2e
moved contents of .inc into .c to removed #define pollution when including h6280.h [smf]
2014-01-21 05:48:14 +00:00
Nathan Woods
7cc05c4256
Broke apart src/emu/ui/filemngr.?, moved src/emu/uiswlist.? ==>
...
src/emu/ui/swlist.?
2014-01-20 18:59:37 +00:00
Couriersud
120ba389dd
Added some pin assignment devices (*_dip). DICE connects package pins, not logical entities. No WN
2014-01-19 21:36:10 +00:00
Nathan Woods
8c69a2ebda
Split uiimage.? ==> ui/filemngr.? and ui/tapectrl.?
2014-01-19 16:26:00 +00:00
Jürgen Buchmüller
432a2d29f3
Renamed uimenu.? ==> ui/menu.?, uimain.? ==>
...
mainmenu.?/miscmenu.?/selgame.?
2014-01-17 03:09:23 +00:00
Michaël Banaan Ananas
e40deea684
get rid of guessed color overlays
2014-01-15 20:04:01 +00:00
Curt Coder
1310c56964
(MESS) compclr2: Emulated the keyboard and floppy WIP. (nw)
...
(MESS) dai: Updated to use new TMS5501. (nw)
tms5501: Rewrote the emulation to use devcb2 and diserial. [Curt Coder]
flopimg: Added preliminary support for the 8-N-1 serial encoding scheme used on Compucolor II floppies. [Curt Coder]
2014-01-15 17:10:28 +00:00
Wilbert Pol
faed87bd57
(MESS) sms.c: Various changes: [Enik Land]
...
- adjust/add some comments
- restore complete controller port functions to the japanese SMS version
- isolate some code to their proper consoles
- remove FM support of the sms2kr driver
- remove Reset button of the smsj driver
- add emulation of the japanese Sports Pad model, required by Sports Pad Soccer
- adjust some code of other controller devices.
2014-01-14 19:44:56 +00:00
Curt Coder
62bc43c6ac
(MESS) compclr2: Added preliminary software list for floppy images. [Jim Battle, Curt Coder]
2014-01-13 21:38:59 +00:00
Robbbert
1af170a360
(MESS) new not working system [Al Kossow, Robbbert]
...
---------------------------
Motorola M68HC05EVS
2014-01-12 23:09:43 +00:00
James Wallace
c0f3bc9ad4
Electrocoin Phoenix tech checkpoint, still hasn't got them booting though (nw)
2014-01-12 19:03:13 +00:00
Curt Coder
3f45da5e2c
(MESS) Added skeleton driver for Compucolor II. [Jim Battle, Curt Coder]
2014-01-12 11:13:32 +00:00
Curt Coder
3820999e15
(MESS) Moved files to emu/bus. (nw)
2014-01-10 22:50:51 +00:00
Couriersud
f8eac14fa9
Quite a number of simplifications for netlist. Also tested some parallel processing using OpenMP (disabled). No wn
2014-01-10 19:23:42 +00:00
Wilbert Pol
4ed9300a67
(MESS) checkpoint (nw)
2014-01-07 21:54:40 +00:00
R. Belmont
fef02c021c
(MESS) New skeleton drivers:
...
Fanuc System 15 [Guru, R. Belmont]
2014-01-07 02:28:39 +00:00
Couriersud
1242ec6d32
More house-cleaning on netlist. No wn
2014-01-07 01:03:44 +00:00