Miodrag Milanovic
a1b116c06f
INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew)
2012-09-18 14:45:06 +00:00
Miodrag Milanovic
87172803e5
removed not necessary code (no whatsnew)
2012-09-18 11:10:25 +00:00
Miodrag Milanovic
b0127c2abd
Modernized nubus graphics cards screen updates (no whatsnew)
2012-09-18 11:00:03 +00:00
Miodrag Milanovic
41d4cd4f6a
clean some newly introduce macros since, calls already have full names (no whatsnew)
2012-09-18 08:56:11 +00:00
Miodrag Milanovic
7e40ce54f2
changed most of screen.machine() to machine() (no whatsnew)
2012-09-18 08:43:04 +00:00
Miodrag Milanovic
8196b61778
Did some missed by code (no whatsnew)
2012-09-18 07:46:32 +00:00
Miodrag Milanovic
2a06847d59
manual cleanup of mame and mess includes (no whatsnew)
2012-09-18 07:33:27 +00:00
Oliver Stöneberg
2bc32d8645
(MESS) write messvers.rc to the proper output folder and fixed include in mess.rc (no whatsnew)
2012-09-18 06:21:10 +00:00
Aaron Giles
81c982ec56
Remove all traces of read/write*_device_func from memory.c.
...
All legacy device callbacks are now promoted to delegates
and handed off to the modern read/write handler managers.
Fixed ibm5150 and surely many other broken systems. (nw)
2012-09-18 06:10:57 +00:00
Aaron Giles
e33b41ee01
Stop allocating arrays of UINT8s for the tokens, when
...
we can allocate objects of the real type.
2012-09-18 05:28:33 +00:00
Oliver Stöneberg
6bc58a69ab
(MESS) fixed resource data of Windows executable [Oliver Stöneberg]
2012-09-17 19:49:37 +00:00
Miodrag Milanovic
7a2d791167
and some more cleanup (nw)
2012-09-17 18:39:09 +00:00
Miodrag Milanovic
5ddbca3e7a
Modernized screen update calls (no whatsnew)
2012-09-17 15:00:31 +00:00
Aaron Giles
0dc663e2e9
Memory handler cleanup 3. Add mem_mask parameter
...
to 8-bit handlers to match the others. To ease
pain, added DECLARE_READ/WRITE_HANDLER macros that
set up a default parameter. Also updated devcb so
that the handlers can be called with or without the
mem_mask. [Aaron Giles]
2012-09-17 09:16:44 +00:00
Aaron Giles
3cce7e019e
Memory handler normalization, part 2. Change legacy
...
read/write handlers to take an address_space & instead
of an address_space *. Also update pretty much all other
functions to take a reference where appropriate.
[Aaron Giles]
2012-09-17 08:22:16 +00:00
Robbbert
22b4739ade
(MESS) fixed compile error
2012-09-17 08:07:45 +00:00
Aaron Giles
cc16777cce
Memory handler normalization, part 1.
...
READ/WRITE_DEVICE*_HANDLERs are now passed an
address_space &, and the 8-bit variants get a mem_mask
as well. This means they are now directly compatible
with the member function delegates. Added a generic
address space to the driver_device that can be used
when no specific address space is available. Also
added DECLARE_READ/WRITE_DEVICE*_HANDLER macros to
declare device callbacks with default mem_mask
parameters. [Aaron Giles]
2012-09-17 07:43:37 +00:00
Miodrag Milanovic
e25c13f253
Clean-ups and version bump
...
note: hoarded dump removed too from coco_cart.xml, this will not be tolerated
2012-09-17 06:49:13 +00:00
Miodrag Milanovic
f97e8f0081
ATI Stereo F/X ISA card support [Carl]
2012-09-17 06:37:37 +00:00
Miodrag Milanovic
1dfbc23b42
isa_sblaster : Corrects the output in adpcm mode and inhibits irqs after the protection command. Test-sbc.exe works again. by Carl (no whatsnew)
2012-09-16 14:13:24 +00:00
smf-
0680647be5
(MESS) builds after normalization (nw)
2012-09-16 12:50:13 +00:00
smf-
942907b081
(MESS) builds after normalization (nw)
2012-09-16 12:45:58 +00:00
Aaron Giles
1a30184903
Final round of struct/union/enum normalization.
2012-09-16 05:24:30 +00:00
Aaron Giles
91f928d6cd
Enum and union normalization.
2012-09-16 03:06:55 +00:00
R. Belmont
ce0227e419
(MESS) apple2gs: Save states now officially supported. [R. Belmont]
2012-09-16 00:24:35 +00:00
Aaron Giles
cff1004165
Pass 2 of struct modernization.
2012-09-15 22:30:30 +00:00
Aaron Giles
ab97dc30ef
First pass at modernizing struct definitions.
2012-09-15 21:47:30 +00:00
Miodrag Milanovic
52fda4111b
Use proper macro for devices (no whatsnew)
2012-09-15 09:18:45 +00:00
mahlemiut
4599f17a75
(MESS) gfxultra: Very basic implementation of the linedraw register, enough to pass the BIOS' test. (no whatsnew)
2012-09-14 23:11:45 +00:00
Wilbert Pol
a9c3f10842
(MESS) Fixed listxml crash (nw)
2012-09-14 18:50:45 +00:00
Curt Coder
aed1c5bf74
Rewrote the SAA5050 Teletext character generator. Removed saa505x.c which was used by bbc.c, and refactored all drivers to use the new implementation. [Curt Coder]
2012-09-14 16:37:26 +00:00
Miodrag Milanovic
0560dc2b5f
Fixed remaining regressions (nw)
2012-09-14 10:12:35 +00:00
mahlemiut
1303a88347
(MESS) gfxultra: Fix for blank screen after starting MS-DOS Editor or QBasic. (no whatsnew)
2012-09-14 06:16:55 +00:00
Sandro Ronco
28f35dced5
(MESS) Fixed gbcolor regression. (nw)
2012-09-14 01:23:07 +00:00
Sandro Ronco
6590b2db63
(MESS) fixed n64 regression. (nw)
2012-09-13 19:20:48 +00:00
Sandro Ronco
bf5ff16a72
(MESS) fixed kc85_3 regression. (nw)
2012-09-13 17:10:21 +00:00
Curt Coder
0af1f7acdc
(MESS) Removed palette access. (nw)
2012-09-13 14:32:24 +00:00
Curt Coder
6ae7e2b833
(MESS) Removed palette access. (nw)
2012-09-13 14:11:53 +00:00
Curt Coder
42136bec16
(MESS) pc8001: Fixed colors again. (nw)
2012-09-13 14:11:12 +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
af9a5e817d
moved constructor of state classes into .h file (no whatsnew)
2012-09-13 07:50:33 +00:00
mahlemiut
f2a79b9dca
(MESS) x68k_scsiext: Fixed 'Cannot find required device' error. (no whatsnew)
2012-09-13 06:23:28 +00:00
Curt Coder
c76629afd4
(MESS) pc8001: Fixed colors. (nw)
2012-09-12 21:22:30 +00:00
Miodrag Milanovic
99c536be34
removed local macros since macros with same name but different syntax will be used in general (no whatsnew)
2012-09-12 17:34:06 +00:00
Curt Coder
e634c5b4e5
(MESS) Death to palettes. (nw)
2012-09-12 17:09:38 +00:00
Curt Coder
6ca3d41fb2
(MESS) cbmb: Added PLA dumps. [Edward Shockley]
2012-09-12 17:05:36 +00:00
Curt Coder
6c900062de
(MESS) Cleanup. (nw)
2012-09-12 17:04:24 +00:00
Aaron Giles
c9e2a03013
AM_BASE_LEGACY breathes its last.
2012-09-12 17:03:17 +00:00
mahlemiut
b13f9dcd4a
Forgot to update the makefile... (no whatsnew)
2012-09-12 13:34:04 +00:00
mahlemiut
ca89e7e0e6
(MESS) Added preliminary ATi Graphics Ultra support
...
(MESS) svga_s3/gfxultra: Added vector line drawing and short stroke vectors.
2012-09-12 13:32:49 +00:00