Robbbert
81c8255b20
(MESS) mbee : added choice of monochrome or colour, since the real machines could be purchased this way. (nw)
2015-03-13 01:18:47 +11:00
Robbbert
4d315877fc
(MESS) mbee : more work on the old keyboard (nw)
...
Keyboard performance overall is much better, however Simply Write no longer works on mbee128p.
The 2 minute delay in booting mbee56 has been fixed.
2015-03-12 14:38:55 +11:00
Robbbert
0121b9e491
(MESS) mbee : some work on the old keyboard (nw)
2015-03-07 17:01:48 +11:00
Robbbert
bc0a035a69
(MESS) mbee : more things (nw)
2015-03-06 22:07:39 +11:00
Robbbert
fccc2289b1
(MESS) mbee : fixed colours (nw)
2015-03-05 02:29:10 +11:00
Robbbert
16c0373583
(MESS) mbee: various things (nw)
2015-02-28 18:04:01 +11:00
Robbbert
20b68364f7
(MESS) mbee : fixed printer (nw)
2015-02-14 15:02:56 +11:00
Robbbert
32373975f1
(MESS) mbee: various cleanups and notes (nw)
2015-02-13 14:03:02 +11:00
Robbbert
a5303d9d55
(MESS) mbee : fixed RTC on rom-based models; fixed crash in mbee128. (nw)
2015-02-12 11:59:09 +11:00
Robbbert
034c980daf
(MESS) replaced mbee64 with mbee128p. Added various notes. (nw)
2015-02-11 15:19:14 +11:00
Robbbert
85cdd69eb3
(MESS) mbee: sped up bank switching; removed unneeded format files (nw)
2015-02-07 23:48:34 +11:00
Robbbert
0f602ba86a
(MESS) improvements to mbee256. Thanks to RedSkullDC for dumping the bankswitching prom, and ubee512-author for advice.
2015-02-04 19:20:14 +11:00
Fabio Priuli
cc8edf5ac2
mc6845: converted to devcb2, delegates and inline configs. nw.
...
while at it, cleaned up the args of the mc6845 delegates as well
(no need to pass back and forth pieces of the driver class, now
that delegates belong to it as well)
even if I tested the changes extensively, I might have missed
something among the 177 source files using this, so please report
any regressions you see :)
2014-05-01 08:36:28 +00:00
Fabio Priuli
181f87e142
z80pio: converted to use devcb2. nw.
2014-04-29 07:24:36 +00:00
Robbbert
fc2e5f923a
(MESS) mbee : same cleanup applies here too
2014-04-27 12:23:46 +00:00
Curt Coder
22556b3d67
wd_fdc: Refactored to use devcb2 callbacks. [Curt Coder]
2014-03-16 22:26:55 +00:00
Miodrag Milanovic
06b8fe3916
Fixed all bitmap.palette() users to use m_palette instead (nw)
2014-03-15 12:08:24 +00:00
Miodrag Milanovic
4dfd3473ba
removed some of machine().first_screen() users (nw)
2014-03-14 15:27:44 +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
Miodrag Milanovic
a31774ab7c
moved centronics into emu/bus (nw)
2013-10-23 13:01:30 +00:00
Robbbert
b07f26a7d4
(MESS) mbee : forgot to remove 2 lines (nw)
2013-07-05 11:28:13 +00:00
Robbbert
9b897a698b
(MESS) mbee : converted to modern fdc, still doesn't work though. (nw)
2013-07-05 11:16:08 +00:00
Andrew Gardner
6806269f61
A few less anonymous timers in the world. (nw)
2013-05-27 18:46:30 +00:00
Miodrag Milanovic
be5e1248c4
SNAPSHOT_LOAD and QUICKLOAD_LOAD made members, still need to cleanup (nw)
2013-04-19 14:47:35 +00:00
Miodrag Milanovic
5d8cdfb2e5
(MESS) cassette cleanup (nw)
2013-04-17 08:30:36 +00:00
Miodrag Milanovic
82681f1bb1
speaker tag lookup removal, also no need to use universal tag, since easier now to follow (nw)
2013-04-12 12:29:10 +00:00
Miodrag Milanovic
d68164b4c1
unified formating of state class constructors, no functional change (nw)
2013-04-10 08:08:19 +00:00
Miodrag Milanovic
bdb76fda6e
Finished moving quicload/snapshot formats into machine folder (nw)
2013-02-22 11:49:43 +00:00
Wilbert Pol
7d5d93715d
(MESS) mbee.c: tagmap cleanups (nw)
2013-01-26 14:01:13 +00:00
Curt Coder
abbfd858ea
Replaced all device_t's with actual device classes. Regression test recommended. (nw)
2012-11-26 16:04:41 +00:00
Miodrag Milanovic
3679f744c2
modernization or timer callbacks part 2 (no whatsnew)
2012-09-24 14:43:01 +00:00
Miodrag Milanovic
a1b116c06f
INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew)
2012-09-18 14:45:06 +00:00
Miodrag Milanovic
2a06847d59
manual cleanup of mame and mess includes (no whatsnew)
2012-09-18 07:33:27 +00:00
Miodrag Milanovic
5ddbca3e7a
Modernized screen update calls (no whatsnew)
2012-09-17 15:00:31 +00:00
Miodrag Milanovic
219e664785
Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT changed to be members of state classes (no whatsnew)
2012-09-13 11:15:32 +00:00
Miodrag Milanovic
7285b359d2
Merge of MESS sources (no whatsnew)
2012-08-21 10:41:19 +00:00