AJR
dddf09d26c
Remove device_config_complete from numerous devices that don't really need it (nw)
2017-02-09 22:49:40 -05:00
Olivier Galibert
898090ffe9
tms32051: That's an elaborate way to do a nop (nw)
2016-12-10 12:27:19 +01:00
Vas Crabb
b8b0774997
Merge pull request #1317 from npwoods/disasm_stdstring
...
Refactored device_disasm_interface::disassemble() and dasm_override_delegate to take string buffers as std::string
2016-11-21 11:30:06 +11:00
Vas Crabb
c7352f5684
Revert "moved debugger_access() from address space to machine & removed the anti-patterns that updated cascading address spaces. [smf]"
...
This reverts commit 5f05fbf613
.
2016-11-21 05:57:46 +11:00
Nathan Woods
a29891d2e5
Changed disassembler infrastructure to not use char buffers internally
2016-11-20 08:49:30 -05:00
smf-
5f05fbf613
moved debugger_access() from address space to machine & removed the anti-patterns that updated cascading address spaces. [smf]
2016-11-19 22:18:58 +00:00
Miodrag Milanovic
ddb290d5f6
NOTICE (TYPE NAME CONSOLIDATION)
...
Use standard uint64_t, uint32_t, uint16_t or uint8_t instead of UINT64, UINT32, UINT16 or UINT8
also use standard int64_t, int32_t, int16_t or int8_t instead of INT64, INT32, INT16 or INT8
2016-10-22 13:13:17 +02:00
smf-
fd279ffffa
Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everything in the debugger, which allows interruptible cpu's to work properly. [smf]
2016-09-28 17:45:37 +10:00
Lord-Nightmare
e8d2853334
Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everything in the debugger, which allows interruptible cpu's to work properly. [smf]"
...
This reverts commit 1a186c8a3a
.
2016-09-27 18:05:19 -04:00
smf-
1a186c8a3a
Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everything in the debugger, which allows interruptible cpu's to work properly. [smf]
2016-09-27 14:26:27 +01:00
Miodrag Milanovic
be67262fc2
INC -> HXX makes editors and code analyzers see it as C++ (nw)
2016-05-01 20:27:50 +02:00
Miodrag Milanovic
4e8e3066f8
reverting:
...
SHA-1: 1f90ceab07
* tags are now strings (nw)
fix start project for custom builds in Visual Studio (nw)
2016-01-20 21:42:13 +01:00
Miodrag Milanovic
7c9cd3feea
Revert "rest of device parameters to std::string (nw)"
...
This reverts commit caba131d84
.
2016-01-20 21:35:11 +01:00
Miodrag Milanovic
caba131d84
rest of device parameters to std::string (nw)
2016-01-16 20:05:32 +01:00
Miodrag Milanovic
1f90ceab07
tags are now strings (nw)
...
fix start project for custom builds in Visual Studio (nw)
2016-01-16 14:54:42 +01:00
Ville Linde
4131fb6dfd
tms32051: more bug fixes (nw)
2015-12-31 20:06:17 +02:00
Miodrag Milanovic
4afd75e2fd
Cleanups and version bump
2015-12-30 08:18:51 +01:00
Ville Linde
399692f17a
taitopjc: hook up TC0780FPA (nw)
2015-12-20 18:30:04 +02:00
Ville Linde
f5b5f30f9c
taitopjc: video updates + 32051 fixes (nw)
2015-12-17 02:58:13 +02:00
Ville Linde
2847b88e25
tms32051: add I/O space (nw)
2015-12-14 18:31:33 +02:00
Ville Linde
c0814124b5
tms32051: add idle instruction (nw)
2015-12-12 02:50:41 +02:00
Ville Linde
1499f84d83
tms32051: add TMS32053 (nw)
2015-12-10 18:36:15 +02:00
Miodrag Milanovic
0f8471d937
Finished adding to lua, some included cpp renamed to inc (nw)
2015-11-12 15:00:07 +01:00
Miodrag Milanovic
8dd980348d
fix compile (nw)
2015-11-08 13:21:01 +01:00
Miodrag Milanovic
7c19aac60e
Rename *.c -> *.cpp in our source (nw)
2015-11-08 12:56:12 +01:00